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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 堯?堯?^ | 11101010100111110011111111101010100111110011111101011110 | ea9f3fea9f3f5e |
EUC-JP | 堯?堯?^ | 11110100101000010011111111110100101000010011111101011110 | f4a13ff4a13f5e |
UTF-8 | 堯쉃堯쉃^ | 11100101101000001010111111101100100010011000001111100101101000001010111111101100100010011000001101011110 | e5a0afec8983e5a0afec89835e |
UHC | 堯쉃堯쉃^ | 111010001110101110011010010110001110100011101011100110100101100001011110 | e8eb9a58e8eb9a585e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)