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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?λ????冶 | 001111111000001111001001001111110011111100111111001111111001011011101000 | 3f83c93f3f3f3f96e8 |
EUC-JP | ?λ????冶 | 001111111010011011001011001111110011111100111111001111111100110011101010 | 3fa6cb3f3f3f3fccea |
UTF-8 | 嶪λ젻銳㏓젫冶 | 1110010110110110101010101100111010111011111011001010000010111011111010011000101010110011111000111000111110010011111011001010000010101011111001011000011010110110 | e5b6aacebbeca0bbe98ab3e38f93eca0abe586b6 |
UHC | 嶪λ젻銳㏓젫冶 | 1110010111110101101001011110101110100000101011101110011111100101101001111110101110100000101000111110010110100111 | e5f5a5eba0aee7e5a7eba0a3e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)