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 | 瓏? | 111000001111101000111111 | e0fa3f |
EUC-JP | 瓏? | 111000001111110000111111 | e0fc3f |
UTF-8 | 瓏뀌 | 111001111001001110001111111010111000000010001100 | e7938feb808c |
UHC | 瓏뀌 | 11010110111010101011001011101110 | d6eab2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)