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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 荵「豕 | 1110010010111001101000101110011010110011 | e4b9a2e6b3 |
EUC-JP | 荵「豕 | 111010001011101110001110101000101110110010110101 | e8bb8ea2ecb5 |
UTF-8 | 荵「豕 | 111010001000110110110101111011111011110110100010111010001011000110010101 | e88db5efbda2e8b195 |
UHC | ??豕 | 00111111001111111110001111001110 | 3f3fe3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)