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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕冗、シ豕ェ | 111010011000000110001111111001111010010010111100111001101011001110101010 | e9818fe7a4bce6b3aa |
EUC-JP | 驕冗、シ豕ェ | 111100011110000110111110111010011000111010100100100011101011110011101100101101011000111010101010 | f1e1bee98ea48ebcecb58eaa |
UTF-8 | 驕冗、シ豕ェ | 111010011010100110010101111001011000011010010111111011111011110110100100111011111011110110111100111010001011000110010101111011111011110110101010 | e9a995e58697efbda4efbdbce8b195efbdaa |
UHC | 驕冗??豕? | 110011101111011011101001101101110011111100111111111000111100111000111111 | cef6e9b73f3fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)