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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 歪遯?歪 | 10011000011000111110011110101010001111111001100001100011 | 9863e7aa3f9863 |
EUC-JP | 歪遯ˇ歪 | 110011111100010011101110101011001000111110100010101100001100111111000100 | cfc4eeac8fa2b0cfc4 |
UTF-8 | 歪遯ˇ歪 | 1110011010101101101010101110100110000001101011111100101110000111111001101010110110101010 | e6adaae981afcb87e6adaa |
UHC | 歪遯ˇ歪 | 1110100011100000110101001110111010100010101001111110100011100000 | e8e0d4eea2a7e8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)