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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 捨蛇G | 1000111011001100100011101101011001000111 | 8ecc8ed647 |
EUC-JP | 捨蛇G | 1011110011001110101111001101100001000111 | bccebcd847 |
UTF-8 | 捨蛇G | 11100110100011011010100011101000100110111000011101000111 | e68da8e89b8747 |
UHC | 捨蛇G | 1101111011010111110111101110111101000111 | ded7deef47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)