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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ホェB | 11001110111101101111100110101010111101011101111001000010 | cef6f9aaf5de42 |
EUC-JP | ホ?ェ?B | 10001110110011100011111110001110101010100011111101000010 | 8ece3f8eaa3f42 |
UTF-8 | ホェB | 11101111101111101000111011101110100101001010000011101111101111011010101011101110100100011000100101000010 | efbe8eee94a0efbdaaee918942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)