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 | 葯滄戍 | 111001001101111010011111111010011001110011111001 | e4de9fe99cf9 |
EUC-JP | 葯滄戍 | 111010001110000011011110111010111101100011111011 | e8e0deebd8fb |
UTF-8 | 葯滄戍 | 111010001001000110101111111001101011101110000100111001101000100010001101 | e891afe6bb84e6888d |
UHC | 葯滄戍 | 111001011011010111110011111001111110001010100001 | e5b5f3e7e2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)