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 | 盤}盤{^ | 10010100110101010111110110010100110101010111101101011110 | 94d57d94d57b5e |
EUC-JP | 盤}盤{^ | 11001000110101110111110111001000110101110111101101011110 | c8d77dc8d77b5e |
UTF-8 | 盤}盤{^ | 111001111001101110100100011111011110011110011011101001000111101101011110 | e79ba47de79ba47b5e |
UHC | 盤}盤{^ | 11011010111011110111110111011010111011110111101101011110 | daef7ddaef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)