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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煽嗽煽遡 | 1001000011111000100110100111010110010000111110001001000101101011 | 90f89a7590f8916b |
EUC-JP | 煽嗽煽遡 | 1100000011111010110100111101011011000000111110101100000111001100 | c0fad3d6c0fac1cc |
UTF-8 | 煽嗽煽遡 | 111001111000010110111101111001011001011110111101111001111000010110111101111010011000000110100001 | e785bde597bde785bde981a1 |
UHC | 煽嗽煽遡 | 1110000011000011111000011111010111100000110000111110000111001111 | e0c3e1f5e0c3e1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)