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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螢墓ゥ躯刕 | 111001011010001110010101111001101010100110001011111010111111101010000100 | e5a395e6a98bebfa84 |
EUC-JP | 螢墓ゥ躯刕 | 1110101010100101110010101110100010001110101010011011011011101101100011111011001110110101 | eaa5cae88ea9b6ed8fb3b5 |
UTF-8 | 螢墓ゥ躯刕 | 111010001001111010100010111001011010001010010011111011111011110110101001111010001011101010101111111001011000100010010101 | e89ea2e5a293efbda9e8baafe58895 |
UHC | 螢墓??? | 11111011101010111101100111010111001111110011111100111111 | fbabd9d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)