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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 藥????] | 11100101010110100011111100111111001111110011111101011101 | e55a3f3f3f3f5d |
EUC-JP | 藥????] | 11101001101110110011111100111111001111110011111101011101 | e9bb3f3f3f3f5d |
UTF-8 | 藥썸뿈嶪뢖] | 11101000100101111010010111101100100011011011100011101011101111111000100011100101101101101010101011101011101000101001011001011101 | e897a5ec8db8ebbf88e5b6aaeba2965d |
UHC | 藥썸뿈嶪뢖] | 1110010110110111101111011110011010010111100011111110010111110101100011110101000101011101 | e5b7bde6978fe5f58f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)