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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逋h掛^ | 11100111100110011000001010001000100010100111110001011110 | e79982888a7c5e |
EUC-JP | 逋h掛^ | 11101101111110011010001111101000101100111101110101011110 | edf9a3e8b3dd5e |
UTF-8 | 逋h掛^ | 11101001100000001000101111101111101111011000100011100110100011101001101101011110 | e9808befbd88e68e9b5e |
UHC | 逋h掛^ | 11111000111001111010001111101000110011101101000001011110 | f8e7a3e8ced05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)