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 | 螢灘鳩霆畿 | 11100101101000111001001111100101100101001011010111101000101110111000101101000101 | e5a393e594b5e8bb8b45 |
EUC-JP | 螢灘鳩霆畿 | 11101010101001011100011011100111110010001011011111110000101111011011010110100110 | eaa5c6e7c8b7f0bdb5a6 |
UTF-8 | 螢灘鳩霆畿 | 111010001001111010100010111001111000000110011000111010011011001110101001111010011001110010000110111001111001010110111111 | e89ea2e78198e9b3a9e99c86e795bf |
UHC | 螢灘鳩霆畿 | 11111011101010111111011110101000110011111100110111101111111111011101000110110010 | fbabf7a8cfcdeffdd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)