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 | 眞逸 | 11100001110000011000100011101101 | e1c188ed |
EUC-JP | 眞逸 | 11100010110000111011000011101111 | e2c3b0ef |
UTF-8 | 眞逸 | 111001111001110010011110111010011000000010111000 | e79c9ee980b8 |
UHC | 眞逸 | 11110010110110001110110011101111 | f2d8ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)