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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 衣社? | 1000100011011111100011101101000000111111 | 88df8ed03f |
EUC-JP | 衣社? | 1011000011100001101111001101001000111111 | b0e1bcd23f |
UTF-8 | 衣社헨 | 111010001010000110100011111001111010010010111110111011011001011110101000 | e8a1a3e7a4beed97a8 |
UHC | 衣社헨 | 111010111111110111011110111001001100011111101110 | ebfddee4c7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)