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 | ???yB | 0011111100111111001111110111100101000010 | 3f3f3f7942 |
SJIS-WIN | 襞碕綾yB | 1110010111111100100011011110101010001000101110110111100101000010 | e5fc8dea88bb7942 |
EUC-JP | 襞碕綾yB | 1110101011111110101110101110110010110000101111010111100101000010 | eafebaecb0bd7942 |
UTF-8 | 襞碕綾yB | 1110100010100101100111101110011110100010100101011110011110110110101111100111100101000010 | e8a59ee7a295e7b6be7942 |
UHC | ??綾yB | 001111110011111111010111110100110111100101000010 | 3f3fd7d37942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)