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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 狼狼E | 1001100001010100100110000101010001000101 | 9854985445 |
EUC-JP | 狼狼E | 1100111110110101110011111011010101000101 | cfb5cfb545 |
UTF-8 | 狼狼E | 11100111100010111011110011100111100010111011110001000101 | e78bbce78bbc45 |
UHC | 狼狼E | 1101010111001001110101011100100101000101 | d5c9d5c945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)