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 | ûBhûB | 1111101101000010011010001111101101000010 | fb4268fb42 |
SJIS-WIN | ?Bh?B | 0011111101000010011010000011111101000010 | 3f42683f42 |
EUC-JP | ûBhûB | 100011111010101111100101010000100110100010001111101010111110010101000010 | 8fabe542688fabe542 |
UTF-8 | ûBhûB | 11000011101110110100001001101000110000111011101101000010 | c3bb4268c3bb42 |
UHC | ?Bh?B | 0011111101000010011010000011111101000010 | 3f42683f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)