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 | 奬}奬{^ | 10011010111110110111110110011010111110110111101101011110 | 9afb7d9afb7b5e |
EUC-JP | 奬}奬{^ | 11010100111111010111110111010100111111010111101101011110 | d4fd7dd4fd7b5e |
UTF-8 | 奬}奬{^ | 111001011010010110101100011111011110010110100101101011000111101101011110 | e5a5ac7de5a5ac7b5e |
UHC | 奬}奬{^ | 11101101111000010111110111101101111000010111101101011110 | ede17dede17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)