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 | 載? | 100011011101101000111111 | 8dda3f |
EUC-JP | 載? | 101110101101110000111111 | badc3f |
UTF-8 | 載쉔 | 111010001011110010001001111011001000100110010100 | e8bc89ec8994 |
UHC | 載쉔 | 11101110101100001011110110101000 | eeb0bda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)