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{^ | 100100001110010101001010011111011001000011100101010010100111101101011110 | 90e54a7d90e54a7b5e |
EUC-JP | 仙J}仙J{^ | 110000001110011101001010011111011100000011100111010010100111101101011110 | c0e74a7dc0e74a7b5e |
UTF-8 | 仙J}仙J{^ | 1110010010111011100110010100101001111101111001001011101110011001010010100111101101011110 | e4bb994a7de4bb994a7b5e |
UHC | 仙J}仙J{^ | 111000001011100101001010011111011110000010111001010010100111101101011110 | e0b94a7de0b94a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)