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 | 蟯? | 111001011011001000111111 | e5b23f |
EUC-JP | 蟯? | 111010101011010000111111 | eab43f |
UTF-8 | 蟯루 | 111010001001111110101111111010111010001110101000 | e89fafeba3a8 |
UHC | 蟯루 | 11101001101010001011011111100111 | e9a8b7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)