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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 脱誰贈H | 10010010010001011001001001001110100100011010000101001000 | 9245924e91a148 |
EUC-JP | 脱誰贈H | 11000011101001101100001110101111110000101010001101001000 | c3a6c3afc2a348 |
UTF-8 | 脱誰贈H | 11101000100001001011000111101000101010101011000011101000101101001000100001001000 | e884b1e8aab0e8b48848 |
UHC | ?誰贈H | 001111111110001011000001111100011111110001001000 | 3fe2c1f1fc48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)