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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 徇??順 | 100111000110110100111111001111111000111110000111 | 9c6d3f3f8f87 |
EUC-JP | 徇??順 | 110101111100111000111111001111111011110111100111 | d7ce3f3fbde7 |
UTF-8 | 徇걛긃順 | 111001011011111010000111111010101011000110011011111010101011100010000011111010011010000010000110 | e5be87eab19beab883e9a086 |
UHC | 徇걛긃順 | 1110001011011111100000011000010110000011010001101110001011110111 | e2df81858346e2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)