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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?棹??◇ | 00111111100111101010100000111111001111111000000110011110 | 3f9ea83f3f819e |
EUC-JP | ?棹??◇ | 00111111110111001010101000111111001111111010000111111110 | 3fdcaa3f3fa1fe |
UTF-8 | 룶棹卽▣◇ | 111010111010001110110110111001101010001110111001111001011000110110111101111000101001011010100011111000101001011110000111 | eba3b6e6a3b9e58dbde296a3e29787 |
UHC | 룶棹卽▣◇ | 10001111101010111101010010100001111100011110110110100010110000111010000111011110 | 8fabd4a1f1eda2c3a1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)