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 | 愚}愚{^ | 10001011111100000111110110001011111100000111101101011110 | 8bf07d8bf07b5e |
EUC-JP | 愚}愚{^ | 10110110111100100111110110110110111100100111101101011110 | b6f27db6f27b5e |
UTF-8 | 愚}愚{^ | 111001101000010010011010011111011110011010000100100110100111101101011110 | e6849a7de6849a7b5e |
UHC | 愚}愚{^ | 11101001110101110111110111101001110101110111101101011110 | e9d77de9d77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)