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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 尺質E | 10001110110110101000111010111111111100001100100101000101 | 8eda8ebff0c945 |
EUC-JP | 尺質?E | 101111001101110010111100110000010011111101000101 | bcdcbcc13f45 |
UTF-8 | 尺質E | 11100101101100001011101011101000101100111010101011101110100000101000100001000101 | e5b0bae8b3aaee828845 |
UHC | 尺質?E | 111101001010100111110010111101010011111101000101 | f4a9f2f53f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)