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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 旭?]H | 1000100010101110001111110101110101001000 | 88ae3f5d48 |
EUC-JP | 旭?]H | 1011000010110000001111110101110101001000 | b0b03f5d48 |
UTF-8 | 旭렡]H | 1110011010010111101011011110101110100000101000010101110101001000 | e697adeba0a15d48 |
UHC | 旭렡]H | 111010011110111110001110101100100101110101001000 | e9ef8eb25d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)