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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ???喩??e^ | 001111110011111100111111100110100110011100111111001111110110010101011110 | 3f3f3f9a673f3f655e |
EUC-JP | ???喩??e^ | 001111110011111100111111110100111100100000111111001111110110010101011110 | 3f3f3fd3c83f3f655e |
UTF-8 | 閱뤿텊喩띾뎁e^ | 1110100110010110101100011110101110100100101111111110110110000101100010101110010110010110101010011110101110011101101111101110101110001110100000010110010101011110 | e996b1eba4bfed858ae596a9eb9dbeeb8e81655e |
UHC | 閱뤿텊喩띾뎁e^ | 1110011011110011100011111110101110110110100001111110101011100111100011011110101110110101101010100110010101011110 | e6f38febb687eae78debb5aa655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)