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 | ìë³ZB | 111011001110101110001110101100110101101001000010 | eceb8eb35a42 |
SJIS-WIN | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
EUC-JP | ìë??ZB | 10001111101010111100000010001111101010111011001100111111001111110101101001000010 | 8fabc08fabb33f3f5a42 |
UTF-8 | ìë³ZB | 11000011101011001100001110101011110000101000111011000010101100110101101001000010 | c3acc3abc28ec2b35a42 |
UHC | ???³ZB | 00111111001111110011111110101001111110000101101001000010 | 3f3f3fa9f85a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)