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 | 100100001111100010011111011011011001000011111000100100010110000101000010 | 90f89f6d90f8916142 |
EUC-JP | 煽殞煽疎B | 110000001111101011011101110011101100000011111010110000011100001001000010 | c0faddcec0fac1c242 |
UTF-8 | 煽殞煽疎B | 11100111100001011011110111100110101011101001111011100111100001011011110111100111100101101000111001000010 | e785bde6ae9ee785bde7968e42 |
UHC | 煽殞煽疎B | 111000001100001111101001111110011110000011000011111000011100001101000010 | e0c3e9f9e0c3e1c342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)