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 | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 蜍y蜍yB | 11100101100010110111100111100101100010110111100101000010 | e58b79e58b7942 |
EUC-JP | 蜍y蜍yB | 11101001111010110111100111101001111010110111100101000010 | e9eb79e9eb7942 |
UTF-8 | 蜍y蜍yB | 111010001001110010001101011110011110100010011100100011010111100101000010 | e89c8d79e89c8d7942 |
UHC | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)