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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 罟罟B | 111000111010100011111000110001101110001110101000111110001100011001000010 | e3a8f8c6e3a8f8c642 |
EUC-JP | 罟?罟?B | 11100110101010100011111111100110101010100011111101000010 | e6aa3fe6aa3f42 |
UTF-8 | 罟罟B | 11100111101111011001111111101110100110011010010111100111101111011001111111101110100110011010010101000010 | e7bd9fee99a5e7bd9fee99a542 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)