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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豢ァ寬 | 1110011010110100101001111111101010101010 | e6b4a7faaa |
EUC-JP | 豢ァ? | 1110110010110110100011101010011100111111 | ecb68ea73f |
UTF-8 | 豢ァ寬 | 111010001011000110100010111011111011110110100111111001011010111110101100 | e8b1a2efbda7e5afac |
UHC | ??寬 | 00111111001111111100111010110000 | 3f3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)