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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 踰? | 111001101111101000111111 | e6fa3f |
EUC-JP | 踰? | 111011001111110000111111 | ecfc3f |
UTF-8 | 踰퀯 | 111010001011100010110000111011011000000010101111 | e8b8b0ed80af |
UHC | 踰퀯 | 11101011101100101011010001000010 | ebb2b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)