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 | 蜆熕 | 11100101100001001110000010010000 | e584e090 |
EUC-JP | 蜆熕 | 11101001111001001101111111110000 | e9e4dff0 |
UTF-8 | 蜆熕 | 111010001001110010000110111001111000011010010101 | e89c86e78695 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)