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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齊????? | 11101010100011100011111100111111001111110011111100111111 | ea8e3f3f3f3f3f |
EUC-JP | 齊????? | 11110011111011100011111100111111001111110011111100111111 | f3ee3f3f3f3f3f |
UTF-8 | 齊곈렰렩易렍 | 111010011011110110001010111010101011001110001000111010111010000010110000111010111010000010101001111011111010011110100000111010111010000010001101 | e9bd8aeab388eba0b0eba0a9efa7a0eba08d |
UHC | 齊곈렰렩易렍 | 111100001011101010110000111010011000111010111101100011101011011111101100101011111000111010100011 | f0bab0e98ebd8eb7ecaf8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)