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 | 磅 | 11110010111101101110000111111010 | f2f6e1fa |
EUC-JP | ?磅 | 001111111110001011111100 | 3fe2fc |
UTF-8 | 磅 | 111011101000100010101101111001111010001110000101 | ee88ade7a385 |
UHC | ?磅 | 001111111101101110110110 | 3fdbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)