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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 尅褥h | 1001101110010001111001011111000101101000 | 9b91e5f168 |
EUC-JP | 尅褥h | 1101010111110001111010101111001101101000 | d5f1eaf368 |
UTF-8 | 尅褥h | 11100101101100001000010111101000101001001010010101101000 | e5b085e8a4a568 |
UHC | ?褥h | 00111111111010011011001101101000 | 3fe9b368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)