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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮??徇? | 11100001010001000011111100111111100111000110110100111111 | e1443f3f9c6d3f |
EUC-JP | 瓮??徇? | 11100001101001010011111100111111110101111100111000111111 | e1a53f3fd7ce3f |
UTF-8 | 瓮귙굟徇싪 | 111001111001001110101110111010101011011110011001111010101011010110011111111001011011111010000111111011001000101110101010 | e793aeeab799eab59fe5be87ec8baa |
UHC | 瓮귙굟徇싪 | 11101000101101111000001011100011100000101000011111100010110111111001101011101000 | e8b782e38287e2df9ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)