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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 萇リレ萇ロテ^ | 111001001100011111011000110110101110010011000111110110111100001101011110 | e4c7d8dae4c7dbc35e |
EUC-JP | 萇リレ萇ロテ^ | 11101000110010011000111011011000100011101101101011101000110010011000111011011011100011101100001101011110 | e8c98ed88edae8c98edb8ec35e |
UTF-8 | 萇リレ萇ロテ^ | 11101000100100001000011111101111101111101001100011101111101111101001101011101000100100001000011111101111101111101001101111101111101111101000001101011110 | e89087efbe98efbe9ae89087efbe9befbe835e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)