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 | 迭逸 | 10010011010100101000100011101101 | 935288ed |
EUC-JP | 迭逸 | 11000101101100111011000011101111 | c5b3b0ef |
UTF-8 | 迭逸 | 111010001011111110101101111010011000000010111000 | e8bfade980b8 |
UHC | 迭逸 | 11110010111101111110110011101111 | f2f7ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)