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 | 亂冷 | 10011000101010101001011111100010 | 98aa97e2 |
EUC-JP | 亂冷 | 11010000101011001100111011100100 | d0accee4 |
UTF-8 | 亂冷 | 111001001011101010000010111001011000011010110111 | e4ba82e586b7 |
UHC | 亂冷 | 11010101101011111101010111010010 | d5afd5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)