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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 箴鞅館] | 11100010101111001110100011010111111110111111100101011101 | e2bce8d7fbf95d |
EUC-JP | 箴鞅?] | 111001001011111011110000110110010011111101011101 | e4bef0d93f5d |
UTF-8 | 箴鞅館] | 11100111101011101011010011101001100111101000010111101111101010001010110001011101 | e7aeb4e99e85efa8ac5d |
UHC | 箴??] | 1110110111010111001111110011111101011101 | edd73f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)