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 | 悠? | 100101110100100100111111 | 97493f |
EUC-JP | 悠? | 110011011010101000111111 | cdaa3f |
UTF-8 | 悠욪 | 111001101000001010100000111011001001101010101010 | e682a0ec9aaa |
UHC | 悠욪 | 11101010111011011001111101000010 | eaed9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)