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 | 魄ィ蝓取エ | 1110100110101110101010001110010110011111100011101110011010110100 | e9aea8e59f8ee6b4 |
EUC-JP | 魄ィ蝓取エ | 11110010101100001000111010101000111010101010000110111100111010001000111010110100 | f2b08ea8eaa1bce88eb4 |
UTF-8 | 魄ィ蝓取エ | 111010011010110110000100111011111011110110101000111010001001110110010011111001011000111110010110111011111011110110110100 | e9ad84efbda8e89d93e58f96efbdb4 |
UHC | 魄??取? | 11011011110111100011111100111111111101101010001000111111 | dbde3f3ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)