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 | 藥??墺?] | 1110010101011010001111110011111110011010110100100011111101011101 | e55a3f3f9ad23f5d |
EUC-JP | 藥??墺?] | 1110100110111011001111110011111111010100110101000011111101011101 | e9bb3f3fd4d43f5d |
UTF-8 | 藥썹떻墺킧] | 11101000100101111010010111101100100011011011100111101011100101101011101111100101101000101011101011101101100000101010011101011101 | e897a5ec8db9eb96bbe5a2baed82a75d |
UHC | 藥썹떻墺킧] | 1110010110110111101111011110011110110110101110111110011111110010101101010101000101011101 | e5b7bde7b6bbe7f2b5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)