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 | 載언 | 111010001011110010001001111011001001011010111000 | e8bc89ec96b8 |
UHC | 載언 | 11101110101100001011111011110000 | eeb0bef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)