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 | 魏企カゥ | 111010011011000010001010111010011011011010101001 | e9b08ae9b6a9 |
EUC-JP | 魏企カゥ | 1111001010110010101101001110101110001110101101101000111010101001 | f2b2b4eb8eb68ea9 |
UTF-8 | 魏企カゥ | 111010011010110110001111111001001011110010000001111011111011110110110110111011111011110110101001 | e9ad8fe4bc81efbdb6efbda9 |
UHC | 魏企?? | 111010101110000011010000111010100011111100111111 | eae0d0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)