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 | ÷®óµ] | 1111011110101110111100111011010101011101 | f7aef3b55d |
SJIS-WIN | ÷???] | 100000011000000000111111001111110011111101011101 | 81803f3f3f5d |
EUC-JP | ÷®ó?] | 10100001111000001000111110100010111011101000111110101011110100010011111101011101 | a1e08fa2ee8fabd13f5d |
UTF-8 | ÷®óµ] | 110000111011011111000010101011101100001110110011110000101011010101011101 | c3b7c2aec3b3c2b55d |
UHC | ÷®??] | 10100001110000001010001011100111001111110011111101011101 | a1c0a2e73f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)