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 | ÷Â}÷Â{^ | 11110111110000100111110111110111110000100111101101011110 | f7c27df7c27b5e |
SJIS-WIN | ÷?}÷?{^ | 100000011000000000111111011111011000000110000000001111110111101101011110 | 81803f7d81803f7b5e |
EUC-JP | ÷Â}÷Â{^ | 10100001111000001000111110101010101001000111110110100001111000001000111110101010101001000111101101011110 | a1e08faaa47da1e08faaa47b5e |
UTF-8 | ÷Â}÷Â{^ | 1100001110110111110000111000001001111101110000111011011111000011100000100111101101011110 | c3b7c3827dc3b7c3827b5e |
UHC | ÷?}÷?{^ | 101000011100000000111111011111011010000111000000001111110111101101011110 | a1c03f7da1c03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)