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 | 髯晏唱縺 | 1110100110011001100111011110010110001111101001011110001110000001 | e9999de58fa5e381 |
EUC-JP | 髯晏唱縺 | 1111000111111001110110101110011110111110101001111110010111100001 | f1f9dae7bea7e5e1 |
UTF-8 | 髯晏唱縺 | 111010011010101110101111111001101001100110001111111001011001010010110001111001111011100010111010 | e9abafe6998fe594b1e7b8ba |
UHC | ?晏唱? | 001111111110010011001111111100111101110100111111 | 3fe4cff3dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)