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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 奬?奬?B | 10011010111110110011111110011010111110110011111101000010 | 9afb3f9afb3f42 |
EUC-JP | 奬?奬?B | 11010100111111010011111111010100111111010011111101000010 | d4fd3fd4fd3f42 |
UTF-8 | 奬죕奬죕B | 11100101101001011010110011101100101000111001010111100101101001011010110011101100101000111001010101000010 | e5a5aceca395e5a5aceca39542 |
UHC | 奬죕奬죕B | 111011011110000111000001110011111110110111100001110000011100111101000010 | ede1c1cfede1c1cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)