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 | 11100101100111000111100111100101100111000111100101000010 | e59c79e59c7942 |
EUC-JP | 蝨y蝨yB | 11101001111111000111100111101001111111000111100101000010 | e9fc79e9fc7942 |
UTF-8 | 蝨y蝨yB | 111010001001110110101000011110011110100010011101101010000111100101000010 | e89da879e89da87942 |
UHC | 蝨y蝨yB | 11100011101001000111100111100011101001000111100101000010 | e3a479e3a47942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)