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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 嶸??烏?^ | 1111101010110100001111110011111110001001010001110011111101011110 | fab43f3f89473f5e |
EUC-JP | 嶸??烏?^ | 100011111011101111110100001111110011111110110001101010000011111101011110 | 8fbbf43f3fb1a83f5e |
UTF-8 | 嶸뗩넀烏냓^ | 11100101101101101011100011101011100101111010100111101011100001001000000011100111100000111000111111101011100000111001001101011110 | e5b6b8eb97a9eb8480e7838feb83935e |
UHC | 嶸뗩넀烏냓^ | 1110011110101110100010111110100110000110100100001110100010100001100001100110000101011110 | e7ae8be98690e8a186615e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)