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 | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 巐壱豌ャA | 1111101010110110100010001110101111100110101100001010110001000001 | fab688ebe6b0ac41 |
EUC-JP | 巐壱豌ャA | 10001111101110111111100110110000111011011110110010110010100011101010110001000001 | 8fbbf9b0edecb28eac41 |
UTF-8 | 巐壱豌ャA | 11100101101101111001000011100101101000111011000111101000101100011000110011101111101111011010110001000001 | e5b790e5a3b1e8b18cefbdac41 |
UHC | ??豌?A | 001111110011111111101000110101010011111101000001 | 3f3fe8d53f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)