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 | ?A}?A{^ | 00111111010000010111110100111111010000010111101101011110 | 3f417d3f417b5e |
SJIS-WIN | 哺A}哺A{^ | 100110100100110101000001011111011001101001001101010000010111101101011110 | 9a4d417d9a4d417b5e |
EUC-JP | 哺A}哺A{^ | 110100111010111001000001011111011101001110101110010000010111101101011110 | d3ae417dd3ae417b5e |
UTF-8 | 哺A}哺A{^ | 1110010110010011101110100100000101111101111001011001001110111010010000010111101101011110 | e593ba417de593ba417b5e |
UHC | 哺A}哺A{^ | 111110001101010001000001011111011111100011010100010000010111101101011110 | f8d4417df8d4417b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)