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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝪駆坎 | 111001011010000110001011111011001001101010101010 | e5a18bec9aaa |
EUC-JP | 蝪駆坎 | 111010101010001110110110111011101101010010101100 | eaa3b6eed4ac |
UTF-8 | 蝪駆坎 | 111010001001110110101010111010011010011110000110111001011001110110001110 | e89daae9a786e59d8e |
UHC | ??坎 | 00111111001111111100101011101100 | 3f3fcaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)