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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 席掖席掖^ | 100100001100100010011101011101001001000011001000100111010111010001011110 | 90c89d7490c89d745e |
EUC-JP | 席掖席掖^ | 110000001100101011011001110101011100000011001010110110011101010101011110 | c0cad9d5c0cad9d55e |
UTF-8 | 席掖席掖^ | 11100101101110001010110111100110100011101001011011100101101110001010110111100110100011101001011001011110 | e5b8ade68e96e5b8ade68e965e |
UHC | 席掖席掖^ | 111000001010110011100100111110101110000010101100111001001111101001011110 | e0ace4fae0ace4fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)