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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 析先?h | 100100001100110110010000111001100011111101101000 | 90cd90e63f68 |
EUC-JP | 析先侁h | 1100000011001111110000001110100010001111101100001111110001101000 | c0cfc0e88fb0fc68 |
UTF-8 | 析先侁h | 11100110100111101001000011100101100001011000100011100100101111101000000101101000 | e69e90e58588e4be8168 |
UHC | 析先侁h | 11100000101100001110000010111011111000111110000001101000 | e0b0e0bbe3e068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)