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 | 1001000111111110100100100101101001000010 | 91fe925a42 |
SJIS-WIN | ???ZB | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
EUC-JP | ?þ?ZB | 00111111100011111010100111010000001111110101101001000010 | 3f8fa9d03f5a42 |
UTF-8 | þZB | 1100001010010001110000111011111011000010100100100101101001000010 | c291c3bec2925a42 |
UHC | ?þ?ZB | 001111111010100110101101001111110101101001000010 | 3fa9ad3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)