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 | ûBûBB | 1111101101000010111110110100001001000010 | fb42fb4242 |
SJIS-WIN | ?B?BB | 0011111101000010001111110100001001000010 | 3f423f4242 |
EUC-JP | ûBûBB | 100011111010101111100101010000101000111110101011111001010100001001000010 | 8fabe5428fabe54242 |
UTF-8 | ûBûBB | 11000011101110110100001011000011101110110100001001000010 | c3bb42c3bb4242 |
UHC | ?B?BB | 0011111101000010001111110100001001000010 | 3f423f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)