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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髷ィ荳槫℡ | 111010011001111010101000111001001011100010011110111001011000011110000100 | e99ea8e4b89ee58784 |
EUC-JP | 髷ィ荳槫? | 111100011111111010001110101010001110100010111010110111001110011100111111 | f1fe8ea8e8badce73f |
UTF-8 | 髷ィ荳槫℡ | 111010011010101110110111111011111011110110101000111010001000110110110011111001101010011110101011111000101000010010100001 | e9abb7efbda8e88db3e6a7abe284a1 |
UHC | ??荳?℡ | 00111111001111111101010011100101001111111010001011100101 | 3f3fd4e53fa2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)