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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 螢墓麿E | 11100101101000111001010111100110100101101001101101000101 | e5a395e6969b45 |
EUC-JP | 螢墓麿E | 11101010101001011100101011101000110010111111101101000101 | eaa5cae8cbfb45 |
UTF-8 | 螢墓麿E | 11101000100111101010001011100101101000101001001111101001101110101011111101000101 | e89ea2e5a293e9babf45 |
UHC | 螢墓?E | 111110111010101111011001110101110011111101000101 | fbabd9d73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)