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 | 齊?鬱陌?屯 | 11101010100011100011111110011111010101001110100010011001001111111001001111010100 | ea8e3f9f54e8993f93d4 |
EUC-JP | 齊?鬱陌?屯 | 11110011111011100011111111011101101101011110111111111001001111111100011011010110 | f3ee3fddb5eff93fc6d6 |
UTF-8 | 齊렦鬱陌렦屯 | 111010011011110110001010111010111010000010100110111010011010110010110001111010011001100110001100111010111010000010100110111001011011000110101111 | e9bd8aeba0a6e9acb1e9998ceba0a6e5b1af |
UHC | 齊렦鬱陌렦屯 | 111100001011101010001110101101011110101010100110110110001110100010001110101101011101010011101010 | f0ba8eb5eaa6d8e88eb5d4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)