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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 儼??泣?BF | 100110010101011000111111001111111000101110000011001111110100001001000110 | 99563f3f8b833f4246 |
EUC-JP | 儼??泣?BF | 110100011011011100111111001111111011010111100011001111110100001001000110 | d1b73f3fb5e33f4246 |
UTF-8 | 儼볥벨泣걇BF | 1110010110000100101111001110101110110011101001011110101110110010101010001110011010110011101000111110101010110001100001110100001001000110 | e584bcebb3a5ebb2a8e6b3a3eab1874246 |
UHC | 儼볥벨泣걇BF | 111001011111000010010011111010111011101010100111111010111110100010000001011011110100001001000110 | e5f093ebbaa7ebe8816f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)