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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 螢楢キ」e^ | 1110010110100011100100111110100010110111101000110110010101011110 | e5a393e8b7a3655e |
EUC-JP | 螢楢キ」e^ | 11101010101001011100011011101010100011101011011110001110101000110110010101011110 | eaa5c6ea8eb78ea3655e |
UTF-8 | 螢楢キ」e^ | 1110100010011110101000101110011010100101101000101110111110111101101101111110111110111101101000110110010101011110 | e89ea2e6a5a2efbdb7efbda3655e |
UHC | 螢楢??e^ | 1111101110101011111010101111100100111111001111110110010101011110 | fbabeaf93f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)