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 | ?J}?J{^ | 00111111010010100111110100111111010010100111101101011110 | 3f4a7d3f4a7b5e |
SJIS-WIN | 紅J}紅J{^ | 100011010110011101001010011111011000110101100111010010100111101101011110 | 8d674a7d8d674a7b5e |
EUC-JP | 紅J}紅J{^ | 101110011100100001001010011111011011100111001000010010100111101101011110 | b9c84a7db9c84a7b5e |
UTF-8 | 紅J}紅J{^ | 1110011110110100100001010100101001111101111001111011010010000101010010100111101101011110 | e7b4854a7de7b4854a7b5e |
UHC | 紅J}紅J{^ | 111110111111010101001010011111011111101111110101010010100111101101011110 | fbf54a7dfbf54a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)