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 | 溏魏~ | 1001111111101101111010011011000001111110 | 9fede9b07e |
EUC-JP | 溏魏~ | 1101111011101111111100101011001001111110 | deeff2b27e |
UTF-8 | 溏魏~ | 11100110101110101000111111101001101011011000111101111110 | e6ba8fe9ad8f7e |
UHC | ?魏~ | 00111111111010101110000001111110 | 3feae07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)