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 | 蝪旧芥 | 111001011010000110001011100011001000101001001000 | e5a18b8c8a48 |
EUC-JP | 蝪旧芥 | 111010101010001110110101111011001011001110101001 | eaa3b5ecb3a9 |
UTF-8 | 蝪旧芥 | 111010001001110110101010111001101001011110100111111010001000101010100101 | e89daae697a7e88aa5 |
UHC | ??芥 | 00111111001111111100101111001110 | 3f3fcbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)