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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 岺懃カアB | 11111010101011011001110011100111101101101011000101000010 | faad9ce7b6b142 |
EUC-JP | 岺懃カアB | 10001111101110111011100011011000111010011000111010110110100011101011000101000010 | 8fbbb8d8e98eb68eb142 |
UTF-8 | 岺懃カアB | 11100101101100101011101011100110100001111000001111101111101111011011011011101111101111011011000101000010 | e5b2bae68783efbdb6efbdb142 |
UHC | 岺懃??B | 11010110101110011101000011000100001111110011111101000010 | d6b9d0c43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)