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 | 111001101101100110010100011101001110011011011001100101000111010001000010 | e6d99474e6d9947442 |
EUC-JP | 贓杯贓杯B | 111011001101101111000111110101011110110011011011110001111101010101000010 | ecdbc7d5ecdbc7d542 |
UTF-8 | 贓杯贓杯B | 11101000101101001001001111100110100111011010111111101000101101001001001111100110100111011010111101000010 | e8b493e69dafe8b493e69daf42 |
UHC | 贓杯贓杯B | 111011011111110011011011110010101110110111111100110110111100101001000010 | edfcdbcaedfcdbca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)