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 | 1111100010111111101100110101101001000010 | f8bfb35a42 |
SJIS-WIN | ???ZB | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
EUC-JP | ø¿?ZB | 100011111010100111001100100011111010001011000100001111110101101001000010 | 8fa9cc8fa2c43f5a42 |
UTF-8 | ø¿³ZB | 1100001110111000110000101011111111000010101100110101101001000010 | c3b8c2bfc2b35a42 |
UHC | ø¿³ZB | 1010100110101010101000101010111110101001111110000101101001000010 | a9aaa2afa9f85a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)