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 | 1011110011000001111011101111001101000010 | bcc1eef342 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?ÁîóB | 0011111110001111101010101010000110001111101010111100001010001111101010111101000101000010 | 3f8faaa18fabc28fabd142 |
UTF-8 | ¼ÁîóB | 110000101011110011000011100000011100001110101110110000111011001101000010 | c2bcc381c3aec3b342 |
UHC | ¼???B | 101010001111100100111111001111110011111101000010 | a8f93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)