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 | î¼èB | 11101110100011011011110011101000100000011001111101000010 | ee8dbce8819f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | î??è??B | 1000111110101011110000100011111100111111100011111010101110110010001111110011111101000010 | 8fabc23f3f8fabb23f3f42 |
UTF-8 | î¼èB | 11000011101011101100001010001101110000101011110011000011101010001100001010000001110000101001111101000010 | c3aec28dc2bcc3a8c281c29f42 |
UHC | ??¼???B | 0011111100111111101010001111100100111111001111110011111101000010 | 3f3fa8f93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)