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 | 衣猛?? | 100010001101111110010110110100100011111100111111 | 88df96d23f3f |
EUC-JP | 衣猛?? | 101100001110000111001100110101000011111100111111 | b0e1ccd43f3f |
UTF-8 | 衣猛렍렖 | 111010001010000110100011111001111000110010011011111010111010000010001101111010111010000010010110 | e8a1a3e78c9beba08deba096 |
UHC | 衣猛렍렖 | 1110101111111101110110001110110110001110101000111000111010101011 | ebfdd8ed8ea38eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)