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 | 雜ウ蝪。鞜 | 1110100010110110101100111110010110100001101000011110100011011111 | e8b6b3e5a1a1e8df |
EUC-JP | 雜ウ蝪。鞜 | 11110000101110001000111010110011111010101010001110001110101000011111000011100001 | f0b88eb3eaa38ea1f0e1 |
UTF-8 | 雜ウ蝪。鞜 | 111010011001101110011100111011111011110110110011111010001001110110101010111011111011110110100001111010011001111010011100 | e99b9cefbdb3e89daaefbda1e99e9c |
UHC | 雜???? | 111011011101101000111111001111110011111100111111 | edda3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)