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 | 瑚謬 | 10001100111010001001010101010100 | 8ce89554 |
EUC-JP | 瑚謬 | 10111000111010101100100110110101 | b8eac9b5 |
UTF-8 | 瑚謬 | 111001111001000110011010111010001010110010101100 | e7919ae8acac |
UHC | 瑚謬 | 11111011110100011101011110111101 | fbd1d7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)