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 | 111001111011001110000000010110110100001001000110 | e7b3805b4246 |
SJIS-WIN | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
EUC-JP | ç??[BF | 1000111110101011101011100011111100111111010110110100001001000110 | 8fabae3f3f5b4246 |
UTF-8 | ç³[BF | 110000111010011111000010101100111100001010000000010110110100001001000110 | c3a7c2b3c2805b4246 |
UHC | ?³?[BF | 00111111101010011111100000111111010110110100001001000110 | 3fa9f83f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)