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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魏千寢魏 | 1110100110110000100100001110011110011011100010101110100110110000 | e9b090e79b8ae9b0 |
EUC-JP | 魏千寢魏 | 1111001010110010110000001110100111010101111010101111001010110010 | f2b2c0e9d5eaf2b2 |
UTF-8 | 魏千寢魏 | 111010011010110110001111111001011000110110000011111001011010111110100010111010011010110110001111 | e9ad8fe58d83e5afa2e9ad8f |
UHC | 魏千寢魏 | 1110101011100000111101001011011011110110110101101110101011100000 | eae0f4b6f6d6eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)