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 | 洫鼇 | 10011111101001111110101010000111 | 9fa7ea87 |
EUC-JP | 洫鼇 | 11011110101010011111001111100111 | dea9f3e7 |
UTF-8 | 洫鼇 | 111001101011010010101011111010011011110010000111 | e6b4abe9bc87 |
UHC | ?鼇 | 001111111110100010101000 | 3fe8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)