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 | 鮏 | 11111100010000111111011011100010 | fc43f6e2 |
EUC-JP | 鮏? | 10001111111010101101101100111111 | 8feadb3f |
UTF-8 | 鮏 | 111010011010111010001111111011101001010010001001 | e9ae8fee9489 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)