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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 讖壱Π | 111001101010100110001000111010111000001110101110 | e6a988eb83ae |
EUC-JP | 讖壱Π | 111011001010101110110000111011011010011010110000 | ecabb0eda6b0 |
UTF-8 | 讖壱Π | 1110100010101110100101101110010110100011101100011100111010100000 | e8ae96e5a3b1cea0 |
UHC | 讖?Π | 1111001111011001001111111010010111010000 | f3d93fa5d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)