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 | 奣唏 | 11111010101000111001101001001000 | faa39a48 |
EUC-JP | 奣唏 | 1000111110111000111111001101001110101001 | 8fb8fcd3a9 |
UTF-8 | 奣唏 | 111001011010010110100011111001011001010010001111 | e5a5a3e5948f |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)