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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?齬B | 00111111111010101001011101000010 | 3fea9742 |
EUC-JP | ?齬B | 00111111111100111111011101000010 | 3ff3f742 |
UTF-8 | 쑸齬B | 11101100100100011011100011101001101111011010110001000010 | ec91b8e9bdac42 |
UHC | 쑸齬B | 1001110011010001111001011110000101000010 | 9cd1e5e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)