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 | 魚??沃??^ | 100010111001101100111111001111111001011110000000001111110011111101011110 | 8b9b3f3f97803f3f5e |
EUC-JP | 魚??沃??^ | 101101011111101100111111001111111100110111100000001111110011111101011110 | b5fb3f3fcde03f3f5e |
UTF-8 | 魚곕젧沃뚮젾^ | 11101001101011011001101011101010101100111001010111101100101000001010011111100110101100101000001111101011100110101010111011101100101000001011111001011110 | e9ad9aeab395eca0a7e6b283eb9aaeeca0be5e |
UHC | 魚곕젧沃뚮젾^ | 11100101111000001011000011101011101000001001111111101000101010101000110011101011101000001011000001011110 | e5e0b0eba09fe8aa8ceba0b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)