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 | 螢灘鳩霆帰 | 11100101101000111001001111100101100101001011010111101000101110111000101101000001 | e5a393e594b5e8bb8b41 |
EUC-JP | 螢灘鳩霆帰 | 11101010101001011100011011100111110010001011011111110000101111011011010110100010 | eaa5c6e7c8b7f0bdb5a2 |
UTF-8 | 螢灘鳩霆帰 | 111010001001111010100010111001111000000110011000111010011011001110101001111010011001110010000110111001011011100010110000 | e89ea2e78198e9b3a9e99c86e5b8b0 |
UHC | 螢灘鳩霆? | 111110111010101111110111101010001100111111001101111011111111110100111111 | fbabf7a8cfcdeffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)