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 | 111010010110011000111111001111110111100101000010 | e9663f3f7942 |
EUC-JP | 馭??yB | 111100011100011100111111001111110111100101000010 | f1c73f3f7942 |
UTF-8 | 馭곸퓤yB | 1110100110100110101011011110101010110011101110001110110110010011101001000111100101000010 | e9a6adeab3b8ed93a47942 |
UHC | 馭곸퓤yB | 1110010111011111100000011110110010111111100011010111100101000010 | e5df81ecbf8d7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)