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 | 雕晄愕譏ッ | 111010001011100010011101111001101001110010110001111001101001100010101111 | e8b89de69cb1e698af |
EUC-JP | 雕晄愕譏ッ | 11110000101110101101101011101000110110001011001111101011111110001000111010101111 | f0badae8d8b3ebf88eaf |
UTF-8 | 雕晄愕譏ッ | 111010011001101110010101111001101001100110000100111001101000010010010101111010001010110110001111111011111011110110101111 | e99b95e69984e68495e8ad8fefbdaf |
UHC | 雕晄愕譏? | 111100001110011111111100110011011110010011000011110100011100000100111111 | f0e7fccde4c3d1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)