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 | 韃狗調魏 | 1110100011100101100010111110011110010010101100101110100110110000 | e8e58be792b2e9b0 |
EUC-JP | 韃狗調魏 | 1111000011100111101101101110100111000100101101001111001010110010 | f0e7b6e9c4b4f2b2 |
UTF-8 | 韃狗調魏 | 111010011001111110000011111001111000101110010111111010001010101010111111111010011010110110001111 | e99f83e78b97e8aabfe9ad8f |
UHC | ?狗調魏 | 00111111110011111011011111110000111000001110101011100000 | 3fcfb7f0e0eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)