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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 堯}堯{^ | 11101010100111110111110111101010100111110111101101011110 | ea9f7dea9f7b5e |
EUC-JP | 堯}堯{^ | 11110100101000010111110111110100101000010111101101011110 | f4a17df4a17b5e |
UTF-8 | 堯}堯{^ | 111001011010000010101111011111011110010110100000101011110111101101011110 | e5a0af7de5a0af7b5e |
UHC | 堯}堯{^ | 11101000111010110111110111101000111010110111101101011110 | e8eb7de8eb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)