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 | 100100001111100010011010011101011001000011111000100110101110011001000010 | 90f89a7590f89ae642 |
EUC-JP | 煽嗽煽壽B | 110000001111101011010011110101101100000011111010110101001110100001000010 | c0fad3d6c0fad4e842 |
UTF-8 | 煽嗽煽壽B | 11100111100001011011110111100101100101111011110111100111100001011011110111100101101000111011110101000010 | e785bde597bde785bde5a3bd42 |
UHC | 煽嗽煽壽B | 111000001100001111100001111101011110000011000011111000011111100001000010 | e0c3e1f5e0c3e1f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)