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 | ç¬[BF | 111001111001111010101100010110110100001001000110 | e79eac5b4246 |
SJIS-WIN | ??¬[BF | 00111111001111111000000111001010010110110100001001000110 | 3f3f81ca5b4246 |
EUC-JP | ç?¬[BF | 100011111010101110101110001111111010001011001100010110110100001001000110 | 8fabae3fa2cc5b4246 |
UTF-8 | ç¬[BF | 110000111010011111000010100111101100001010101100010110110100001001000110 | c3a7c29ec2ac5b4246 |
UHC | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)