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 | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 懌洟壯[BF | 100111001110001010011111101001001001101011100001010110110100001001000110 | 9ce29fa49ae15b4246 |
EUC-JP | 懌洟壯[BF | 110110001110010011011110101001101101010011100011010110110100001001000110 | d8e4dea6d4e35b4246 |
UTF-8 | 懌洟壯[BF | 111001101000011110001100111001101011010010011111111001011010001110101111010110110100001001000110 | e6878ce6b49fe5a3af5b4246 |
UHC | ??壯[BF | 00111111001111111110110111100000010110110100001001000110 | 3f3fede05b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)