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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 螢墓麿G | 11100101101000111001010111100110100101101001101101000111 | e5a395e6969b47 |
EUC-JP | 螢墓麿G | 11101010101001011100101011101000110010111111101101000111 | eaa5cae8cbfb47 |
UTF-8 | 螢墓麿G | 11101000100111101010001011100101101000101001001111101001101110101011111101000111 | e89ea2e5a293e9babf47 |
UHC | 螢墓?G | 111110111010101111011001110101110011111101000111 | fbabd9d73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)