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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 豺ク蜿アE | 11100110101101111011100011100101100011111011000101000101 | e6b7b8e58fb145 |
EUC-JP | 豺ク蜿アE | 111011001011100110001110101110001110100111101111100011101011000101000101 | ecb98eb8e9ef8eb145 |
UTF-8 | 豺ク蜿アE | 11101000101100011011101011101111101111011011100011101000100111001011111111101111101111011011000101000101 | e8b1baefbdb8e89cbfefbdb145 |
UHC | 豺???E | 111000111100111100111111001111110011111101000101 | e3cf3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)