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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 鐔削就@h | 1110100001011100100011011110110110001111010000010100000001101000 | e85c8ded8f414068 |
EUC-JP | 鐔削就@h | 1110111110111101101110101110111110111101101000100100000001101000 | efbdbaefbda24068 |
UTF-8 | 鐔削就@h | 1110100110010000100101001110010110001001100010101110010110110000101100010100000001101000 | e99094e5898ae5b0b14068 |
UHC | ?削就@h | 00111111110111101111101111110110101001100100000001101000 | 3fdefbf6a64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)