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 | 崧質鱧 | 111110101010111110001110101111111110100111100101 | faaf8ebfe9e5 |
EUC-JP | 崧質鱧 | 10001111101110111100101010111100110000011111001011100111 | 8fbbcabcc1f2e7 |
UTF-8 | 崧質鱧 | 111001011011010010100111111010001011001110101010111010011011000110100111 | e5b4a7e8b3aae9b1a7 |
UHC | 崧質? | 1110001011111110111100101111010100111111 | e2fef2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)