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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髯晏唱閾 | 1110100110011001100111011110010110001111101001011110100010000111 | e9999de58fa5e887 |
EUC-JP | 髯晏唱閾 | 1111000111111001110110101110011110111110101001111110111111100111 | f1f9dae7bea7efe7 |
UTF-8 | 髯晏唱閾 | 111010011010101110101111111001101001100110001111111001011001010010110001111010011001011010111110 | e9abafe6998fe594b1e996be |
UHC | ?晏唱? | 001111111110010011001111111100111101110100111111 | 3fe4cff3dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)