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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 煽遡~ | 1001000011111000100100010110101101111110 | 90f8916b7e |
EUC-JP | 煽遡~ | 1100000011111010110000011100110001111110 | c0fac1cc7e |
UTF-8 | 煽遡~ | 11100111100001011011110111101001100000011010000101111110 | e785bde981a17e |
UHC | 煽遡~ | 1110000011000011111000011100111101111110 | e0c3e1cf7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)