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 | 1110001011011110100101011011110011101001100010110100000001101000 | e2de95bce98b4068 |
EUC-JP | 籥幣驪@h | 1110010011100000110010101011111011110001111010110100000001101000 | e4e0cabef1eb4068 |
UTF-8 | 籥幣驪@h | 1110011110110001101001011110010110111001101000111110100110101001101010100100000001101000 | e7b1a5e5b9a3e9a9aa4068 |
UHC | ?幣驪@h | 00111111111110001100011111010101111100010100000001101000 | 3ff8c7d5f14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)