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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 捨鹿o | 1000111011001100100011101010110101101111 | 8ecc8ead6f |
EUC-JP | 捨鹿o | 1011110011001110101111001010111101101111 | bccebcaf6f |
UTF-8 | 捨鹿o | 11100110100011011010100011101001101110011011111101101111 | e68da8e9b9bf6f |
UHC | 捨鹿o | 1101111011010111110101101110001101101111 | ded7d6e36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)