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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 壓?????^ | 1001101011011000001111110011111100111111001111110011111101011110 | 9ad83f3f3f3f3f5e |
EUC-JP | 壓?????^ | 1101010011011010001111110011111100111111001111110011111101011110 | d4da3f3f3f3f3f5e |
UTF-8 | 壓꿩쭇溜싲젔^ | 11100101101000111001001111101010101111111010100111101100101011011000011111101111101001111000101111101100100010111011001011101100101000001001010001011110 | e5a393eabfa9ecad87efa78bec8bb2eca0945e |
UHC | 壓꿩쭇溜싲젔^ | 11100100111000101011001011100110101001111000001111101010111111101001101011101011101000001001001001011110 | e4e2b2e6a783eafe9aeba0925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)