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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逡酵逡酵B | 111001111001010110001101011110011110011110010101100011010111100101000010 | e7958d79e7958d7942 |
EUC-JP | 逡酵逡酵B | 111011011111010110111001110110101110110111110101101110011101101001000010 | edf5b9daedf5b9da42 |
UTF-8 | 逡酵逡酵B | 11101001100000001010000111101001100001011011010111101001100000001010000111101001100001011011010101000010 | e980a1e985b5e980a1e985b542 |
UHC | 逡酵逡酵B | 111100011110010011111101101000111111000111100100111111011010001101000010 | f1e4fda3f1e4fda342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)