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 | δ? | 100000111100001000111111 | 83c23f |
EUC-JP | δ? | 101001101100010000111111 | a6c43f |
UTF-8 | δ͢ | 11001110101101001100110110100010 | ceb4cda2 |
UHC | δ? | 101001011110010000111111 | a5e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)