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 | 霈。ョラカ | 111010001011110010100001101011101101011110110110 | e8bca1aed7b6 |
EUC-JP | 霈。ョラカ | 11110000101111101000111010100001100011101010111010001110110101111000111010110110 | f0be8ea18eae8ed78eb6 |
UTF-8 | 霈。ョラカ | 111010011001110010001000111011111011110110100001111011111011110110101110111011111011111010010111111011111011110110110110 | e99c88efbda1efbdaeefbe97efbdb6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)