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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 但但@但但@B | 1001001001000001100100100100000101000000100100100100000110010010010000010100000001000010 | 9241924140924192414042 |
EUC-JP | 但但@但但@B | 1100001110100010110000111010001001000000110000111010001011000011101000100100000001000010 | c3a2c3a240c3a2c3a24042 |
UTF-8 | 但但@但但@B | 111001001011110110000110111001001011110110000110010000001110010010111101100001101110010010111101100001100100000001000010 | e4bd86e4bd8640e4bd86e4bd864042 |
UHC | 但但@但但@B | 1101001110100011110100111010001101000000110100111010001111010011101000110100000001000010 | d3a3d3a340d3a3d3a34042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)