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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 亨i?B | 100010111001110010000010100010010011111101000010 | 8b9c82893f42 |
EUC-JP | 亨i?B | 101101011111110010100011111010010011111101000010 | b5fca3e93f42 |
UTF-8 | 亨i눈B | 11100100101110101010100011101111101111011000100111101011100010001000100001000010 | e4baa8efbd89eb888842 |
UHC | 亨i눈B | 11111010111110111010001111101001101101001010101101000010 | fafba3e9b4ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)