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{^ | 100101101101011001001010011111011001011011010110010010100111101101011110 | 96d64a7d96d64a7b5e |
EUC-JP | 蒙J}蒙J{^ | 110011001101100001001010011111011100110011011000010010100111101101011110 | ccd84a7dccd84a7b5e |
UTF-8 | 蒙J}蒙J{^ | 1110100010010010100110010100101001111101111010001001001010011001010010100111101101011110 | e892994a7de892994a7b5e |
UHC | 蒙J}蒙J{^ | 110110011101010101001010011111011101100111010101010010100111101101011110 | d9d54a7dd9d54a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)