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 | 縣耗 | 11100011011100001001011011010101 | e37096d5 |
EUC-JP | 縣耗 | 11100101110100011100110011010111 | e5d1ccd7 |
UTF-8 | 縣耗 | 111001111011100010100011111010001000000010010111 | e7b8a3e88097 |
UHC | 縣耗 | 11111010111000111101100111000100 | fae3d9c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)