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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 疑?^ | 10001011010111100011111101011110 | 8b5e3f5e |
EUC-JP | 疑?^ | 10110101101111110011111101011110 | b5bf3f5e |
UTF-8 | 疑쿷^ | 11100111100101101001000111101100101111111011011101011110 | e79691ecbfb75e |
UHC | 疑쿷^ | 1110101111110111101100110110101001011110 | ebf7b36a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)