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 | 議?袁 | 1000101101100011001111111110010111001101 | 8b633fe5cd |
EUC-JP | 議?袁 | 1011010111000100001111111110101011001111 | b5c43feacf |
UTF-8 | 議렣袁 | 111010001010110110110000111010111010000010100011111010001010001010000001 | e8adb0eba0a3e8a281 |
UHC | 議렣袁 | 111011001010000110001110101101001110101010111110 | eca18eb4eabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)