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 | 髯懆侭縺 | 1110100110011001100111001110100010010110100110011110001110000001 | e9999ce89699e381 |
EUC-JP | 髯懆侭縺 | 1111000111111001110110001110101011001011111110011110010111100001 | f1f9d8eacbf9e5e1 |
UTF-8 | 髯懆侭縺 | 111010011010101110101111111001101000011110000110111001001011111010101101111001111011100010111010 | e9abafe68786e4beade7b8ba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)