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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 探存樽卒E | 100100100101010010010001101101101001001001001101100100011011001001000101 | 925491b6924d91b245 |
EUC-JP | 探存樽卒E | 110000111011010111000010101110001100001110101110110000101011010001000101 | c3b5c2b8c3aec2b445 |
UTF-8 | 探存樽卒E | 11100110100011101010001011100101101011011001100011100110101010001011110111100101100011011001001001000101 | e68ea2e5ad98e6a8bde58d9245 |
UHC | 探存樽卒E | 111101111010111011110000111011011111000111011100111100001110111101000101 | f7aef0edf1dcf0ef45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)