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 | ??@kD??@kD^ | 0011111100111111010000000110101101000100001111110011111101000000011010110100010001011110 | 3f3f406b443f3f406b445e |
SJIS-WIN | ?ェ@kD?ェ@kD^ | 0011111110101010010000000110101101000100001111111010101001000000011010110100010001011110 | 3faa406b443faa406b445e |
EUC-JP | ?ェ@kD?ェ@kD^ | 00111111100011101010101001000000011010110100010000111111100011101010101001000000011010110100010001011110 | 3f8eaa406b443f8eaa406b445e |
UTF-8 | 䵸ェ@kD䵸ェ@kD^ | 11100100101101011011100011101111101111011010101001000000011010110100010011100100101101011011100011101111101111011010101001000000011010110100010001011110 | e4b5b8efbdaa406b44e4b5b8efbdaa406b445e |
UHC | ??@kD??@kD^ | 0011111100111111010000000110101101000100001111110011111101000000011010110100010001011110 | 3f3f406b443f3f406b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)