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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鞳檎孱 | 111010001110001110001100111001111001101110100001 | e8e38ce79ba1 |
EUC-JP | 鞳檎孱 | 111100001110010110111000111010011101011010100011 | f0e5b8e9d6a3 |
UTF-8 | 鞳檎孱 | 111010011001111010110011111001101010101010001110111001011010110110110001 | e99eb3e6aa8ee5adb1 |
UHC | ?檎孱 | 0011111111010000110101011110110111001111 | 3fd0d5edcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)