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 | 義?邑 | 1000101101100000001111111001011101010111 | 8b603f9757 |
EUC-JP | 義?邑 | 1011010111000001001111111100110110111000 | b5c13fcdb8 |
UTF-8 | 義렢邑 | 111001111011111010101001111010111010000010100010111010011000001010010001 | e7bea9eba0a2e98291 |
UHC | 義렢邑 | 111010111111100110001110101100111110101111101001 | ebf98eb3ebe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)