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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 魏先じP | 11101001101100001001000011100110100000101011011001010000 | e9b090e682b650 |
EUC-JP | 魏先じP | 11110010101100101100000011101000101001001011100001010000 | f2b2c0e8a4b850 |
UTF-8 | 魏先じP | 11101001101011011000111111100101100001011000100011100011100000011001100001010000 | e9ad8fe58588e3819850 |
UHC | 魏先じP | 11101010111000001110000010111011101010101011100001010000 | eae0e0bbaab850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)