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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 縣邪 | 11100011011100001000111011010111 | e3708ed7 |
EUC-JP | 縣邪 | 11100101110100011011110011011001 | e5d1bcd9 |
UTF-8 | 縣邪 | 111001111011100010100011111010011000001010101010 | e7b8a3e982aa |
UHC | 縣邪 | 11111010111000111101111011110111 | fae3def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)