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 | ??A?? | 0011111100111111010000010011111100111111 | 3f3f413f3f |
SJIS-WIN | 将」A娼チ | 10001111101010111010001101000001100011111010100111000001 | 8faba3418fa9c1 |
EUC-JP | 将」A娼チ | 101111101010110110001110101000110100000110111110101010111000111011000001 | bead8ea341beab8ec1 |
UTF-8 | 将」A娼チ | 11100101101100001000011011101111101111011010001101000001111001011010100010111100111011111011111010000001 | e5b086efbda341e5a8bcefbe81 |
UHC | ??A娼? | 001111110011111101000001111100111101111000111111 | 3f3f41f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)