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 | ????gB | 001111110011111100111111001111110110011101000010 | 3f3f3f3f6742 |
SJIS-WIN | ????gB | 001111110011111100111111001111110110011101000010 | 3f3f3f3f6742 |
EUC-JP | ????gB | 001111110011111100111111001111110110011101000010 | 3f3f3f3f6742 |
UTF-8 | 징횪짖횑gB | 1110110010100111100101011110110110011010101010101110110010100111100101101110110110011010100100010110011101000010 | eca795ed9aaaeca796ed9a916742 |
UHC | 징횪짖횑gB | 11000010101000011100001110100000110000101010001011000011100011000110011101000010 | c2a1c3a0c2a2c38c6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)