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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煮赦 | 1111000010111110111100101111011010001110110011111000111011001101 | f0bef2f68ecf8ecd |
EUC-JP | ??煮赦 | 001111110011111110111100110100011011110011001111 | 3f3fbcd1bccf |
UTF-8 | 煮赦 | 111011101000000110111101111011101000100010101101111001111000010110101110111010001011010110100110 | ee81bdee88ade785aee8b5a6 |
UHC | ??煮赦 | 001111110011111111101101101101001101111011110101 | 3f3fedb4def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)