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 | 珥疇 | 11100000111000001110000101100101 | e0e0e165 |
EUC-JP | 珥疇 | 11100000111000101110000111000110 | e0e2e1c6 |
UTF-8 | 珥疇 | 111001111000111110100101111001111001011010000111 | e78fa5e79687 |
UHC | 珥疇 | 11101100101101001111000111000010 | ecb4f1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)