To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 羃剛 | 11100011101100001000110110000100 | e3b08d84 |
EUC-JP | 羃剛 | 11100110101100101011100111100100 | e6b2b9e4 |
UTF-8 | 羃剛 | 111001111011111010000011111001011000100110011011 | e7be83e5899b |
UHC | ?剛 | 001111111100101110100111 | 3fcba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)