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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?淺??? | 001111111001111111000111001111110011111100111111 | 3f9fc73f3f3f |
EUC-JP | ?淺??? | 001111111101111011001001001111110011111100111111 | 3fdec93f3f3f |
UTF-8 | 뤋淺쪕쁩셀 | 111010111010010010001011111001101011011110111010111011001010101010010101111011001000000110101001111011001000010110000000 | eba48be6b7baecaa95ec81a9ec8580 |
UHC | 뤋淺쪕쁩셀 | 10001111101110111111010010111100101001011000111110111011110111101011110010111111 | 8fbbf4bca58fbbdebcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)