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 | ??\Y | 00111111001111110101110001011001 | 3f3f5c59 |
SJIS-WIN | 旭?\Y | 1000100010101110001111110101110001011001 | 88ae3f5c59 |
EUC-JP | 旭?\Y | 1011000010110000001111110101110001011001 | b0b03f5c59 |
UTF-8 | 旭렔\Y | 1110011010010111101011011110101110100000100101000101110001011001 | e697adeba0945c59 |
UHC | 旭렔\Y | 111010011110111110001110101010010101110001011001 | e9ef8ea95c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)