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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 豢ゥ\ | 11100110101101001010100101011100 | e6b4a95c |
EUC-JP | 豢ゥ\ | 1110110010110110100011101010100101011100 | ecb68ea95c |
UTF-8 | 豢ゥ\ | 11101000101100011010001011101111101111011010100101011100 | e8b1a2efbda95c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)