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 | 陝区雰 | 111010001001111110001011111001101001010110110101 | e89f8be695b5 |
EUC-JP | 陝区雰 | 111100001010000110110110111010001100101010110111 | f0a1b6e8cab7 |
UTF-8 | 陝区雰 | 111010011001100110011101111001011000110010111010111010011001101110110000 | e9999de58cbae99bb0 |
UHC | 陝?雰 | 1110000011101101001111111101110111010100 | e0ed3fddd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)