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 | 阡俶沾 | 111010001001010010011000111001101001111110011110 | e89498e69f9e |
EUC-JP | 阡俶沾 | 111011111111010011010000111010001101110111111110 | eff4d0e8ddfe |
UTF-8 | 阡俶沾 | 111010011001100010100001111001001011111110110110111001101011001010111110 | e998a1e4bfb6e6b2be |
UHC | 阡?沾 | 1111010011000110001111111111010011010100 | f4c63ff4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)