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 | 松萓 | 10001111101111001110010010111110 | 8fbce4be |
EUC-JP | 松萓 | 10111110101111101110100011000000 | bebee8c0 |
UTF-8 | 松萓 | 111001101001110110111110111010001001000010010011 | e69dbee89093 |
UHC | 松? | 111000011110011000111111 | e1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)