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 | 釵廨 | 11100111110111101001110001000111 | e7de9c47 |
EUC-JP | 釵廨 | 11101110111000001101011110101000 | eee0d7a8 |
UTF-8 | 釵廨 | 111010011000011110110101111001011011101110101000 | e987b5e5bba8 |
UHC | 釵? | 111100111111101100111111 | f3fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)