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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魏占刻 | 111010011011000010010000111010001000110110001111 | e9b090e88d8f |
EUC-JP | 魏占刻 | 111100101011001011000000111010101011100111101111 | f2b2c0eab9ef |
UTF-8 | 魏占刻 | 111010011010110110001111111001011000110110100000111001011000100010111011 | e9ad8fe58da0e588bb |
UHC | 魏占刻 | 111010101110000011101111101111111100101010111110 | eae0efbfcabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)