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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ?}H | 00111111100000010111000001001000 | 3f817048 |
EUC-JP | ?}H | 00111111101000011101000101001000 | 3fa1d148 |
UTF-8 | 뤚}H | 11101011101001001001101011101111101111011001110101001000 | eba49aefbd9d48 |
UHC | 뤚}H | 1000111111001001101000111111110101001000 | 8fc9a3fd48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)