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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 衣社 | 10001000110111111000111011010000 | 88df8ed0 |
EUC-JP | 衣社 | 10110000111000011011110011010010 | b0e1bcd2 |
UTF-8 | 衣社 | 111010001010000110100011111001111010010010111110 | e8a1a3e7a4be |
UHC | 衣社 | 11101011111111011101111011100100 | ebfddee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)