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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 溏稙~ | 1001111111101101111000100110010101111110 | 9fede2657e |
EUC-JP | 溏稙~ | 1101111011101111111000111100011001111110 | deefe3c67e |
UTF-8 | 溏稙~ | 11100110101110101000111111100111101010001001100101111110 | e6ba8fe7a8997e |
UHC | ?稙~ | 00111111111100101100001001111110 | 3ff2c27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)