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 | 10001111100001000011111110011001010001100100000001101000 | 8f843f99464068 |
EUC-JP | 巡?僥@h | 10111101111001000011111111010001101001110100000001101000 | bde43fd1a74068 |
UTF-8 | 巡빞僥@h | 1110010110110111101000011110101110111001100111101110010110000011101001010100000001101000 | e5b7a1ebb99ee583a54068 |
UHC | 巡빞僥@h | 1110001011011110100101011011110011101000111010010100000001101000 | e2de95bce8e94068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)