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 | 翊? | 111000111100001000111111 | e3c23f |
EUC-JP | 翊? | 111001101100010000111111 | e6c43f |
UTF-8 | 翊솅 | 111001111011111110001010111011001000011010000101 | e7bf8aec8685 |
UHC | 翊솅 | 11101100110011011011110011010001 | eccdbcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)