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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顫磁肆 | 111010001111101010001110101001011110001111100110 | e8fa8ea5e3e6 |
EUC-JP | 顫磁肆 | 111100001111110010111100101001111110011011101000 | f0fcbca7e6e8 |
UTF-8 | 顫磁肆 | 111010011010000110101011111001111010001110000001111010001000001010000110 | e9a1abe7a381e88286 |
UHC | 顫磁肆 | 111011111011010111101101101110001101111011101011 | efb5edb8deeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)