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 | 樽箪~ | 1001001001001101100100100101110001111110 | 924d925c7e |
EUC-JP | 樽箪~ | 1100001110101110110000111011110101111110 | c3aec3bd7e |
UTF-8 | 樽箪~ | 11100110101010001011110111100111101011101010101001111110 | e6a8bde7aeaa7e |
UHC | 樽?~ | 11110001110111000011111101111110 | f1dc3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)