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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 藥????{d | 1110010101011010001111110011111100111111001111110111101101100100 | e55a3f3f3f3f7b64 |
EUC-JP | 藥????{d | 1110100110111011001111110011111100111111001111110111101101100100 | e9bb3f3f3f3f7b64 |
UTF-8 | 藥썸뿈嶪뢻{d | 1110100010010111101001011110110010001101101110001110101110111111100010001110010110110110101010101110101110100010101110110111101101100100 | e897a5ec8db8ebbf88e5b6aaeba2bb7b64 |
UHC | 藥썸뿈嶪뢻{d | 111001011011011110111101111001101001011110001111111001011111010110001111011110000111101101100100 | e5b7bde6978fe5f58f787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)