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 | 裴シ讖。 | 111001011110100010111100111001101010100110100001 | e5e8bce6a9a1 |
EUC-JP | 裴シ讖。 | 1110101011101010100011101011110011101100101010111000111010100001 | eaea8ebcecab8ea1 |
UTF-8 | 裴シ讖。 | 111010001010001110110100111011111011110110111100111010001010111010010110111011111011110110100001 | e8a3b4efbdbce8ae96efbda1 |
UHC | 裴?讖? | 110110111101000000111111111100111101100100111111 | dbd03ff3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)