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 | 100111011000101000111111001111110111100101000010 | 9d8a3f3f7942 |
EUC-JP | 搖??yB | 110110011110101000111111001111110111100101000010 | d9ea3f3f7942 |
UTF-8 | 搖양횐yB | 1110011010010000100101101110110010010110100100011110110110011010100100000111100101000010 | e69096ec9691ed9a907942 |
UHC | 搖양횐yB | 1110100011110100101111101110011111001000101110100111100101000010 | e8f4bee7c8ba7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)