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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | 泂?????? | 100011111100011011110110001111110011111100111111001111110011111100111111 | 8fc6f63f3f3f3f3f3f |
UTF-8 | 泂렠롋곈렋브렑 | 111001101011001110000010111010111010000010100000111010111010000110001011111010101011001110001000111010111010000010001011111010111011100010001100111010111010000010010001 | e6b382eba0a0eba18beab388eba08bebb88ceba091 |
UHC | 泂렠롋곈렋브렑 | 1111101110100010100011101011000110001110110100011011000011101001100011101010001010111010111010101000111010100110 | fba28eb18ed1b0e98ea2baea8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)