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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝪駆盗 | 111001011010000110001011111011001001001110010000 | e5a18bec9390 |
EUC-JP | 蝪駆盗 | 111010101010001110110110111011101100010111110000 | eaa3b6eec5f0 |
UTF-8 | 蝪駆盗 | 111010001001110110101010111010011010011110000110111001111001101110010111 | e89daae9a786e79b97 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)