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 | 雍?潔 | 1110100010110100001111111000110010001001 | e8b43f8c89 |
EUC-JP | 雍?潔 | 1111000010110110001111111011011111101001 | f0b63fb7e9 |
UTF-8 | 雍흉潔 | 111010011001101110001101111011011001110110001001111001101011110110010100 | e99b8ded9d89e6bd94 |
UHC | 雍흉潔 | 111010001011110011001000111001001100110010111110 | e8bcc8e4ccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)