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 | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-WIN | ?絮A | 00111111111000110101000001000001 | 3fe35041 |
EUC-JP | ?絮A | 00111111111001011011000101000001 | 3fe5b141 |
UTF-8 | 쌔絮A | 11101100100011001001010011100111101101011010111001000001 | ec8c94e7b5ae41 |
UHC | 쌔絮A | 1011110111011000110111111111110001000001 | bdd8dffc41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)