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 | 裳驎 | 10001111110101101111101111111011 | 8fd6fbfb |
EUC-JP | 裳驎 | 1011111011011000100011111110100111010001 | bed88fe9d1 |
UTF-8 | 裳驎 | 111010001010001110110011111010011010100110001110 | e8a3b3e9a98e |
UHC | 裳? | 110111111101011100111111 | dfd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)