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 | 鈺貂闕譯エ | 111110111100010011100110101110001110100010001101111001101010000110110100 | fbc4e6b8e88de6a1b4 |
EUC-JP | 鈺貂闕譯エ | 1000111111100011110101011110110010111010111011111110110111101100101000111000111010110100 | 8fe3d5ecbaefedeca38eb4 |
UTF-8 | 鈺貂闕譯エ | 111010011000100010111010111010001011001010000010111010011001011110010101111010001010110110101111111011111011110110110100 | e988bae8b282e99795e8adafefbdb4 |
UHC | 鈺貂闕譯? | 111010001010110111110101101100001100111111110100111001101011101100111111 | e8adf5b0cff4e6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)