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 | 将、。゚ッ] | 10001111101010111010010010100001110111111010111101011101 | 8faba4a1dfaf5d |
EUC-JP | 将、。゚ッ] | 1011111010101101100011101010010010001110101000011000111011011111100011101010111101011101 | bead8ea48ea18edf8eaf5d |
UTF-8 | 将、。゚ッ] | 11100101101100001000011011101111101111011010010011101111101111011010000111101111101111101001111111101111101111011010111101011101 | e5b086efbda4efbda1efbe9fefbdaf5d |
UHC | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)