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 | 轣拆 | 11100111100000011001110101011101 | e7819d5d |
EUC-JP | 轣拆 | 11101101111000011101100110111110 | ede1d9be |
UTF-8 | 轣拆 | 111010001011110110100011111001101000101110000110 | e8bda3e68b86 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)