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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 痔鋠ト銓タF | 1111000011100011100011101010010011111011110101011100010011100111111100101100000001000110 | f0e38ea4fbd5c4e7f2c046 |
EUC-JP | ?痔鋠ト銓タF | 00111111101111001010011010001111111001001100011110001110110001001110111011110100100011101100000001000110 | 3fbca68fe4c78ec4eef48ec046 |
UTF-8 | 痔鋠ト銓タF | 11101110100000101010001011100111100101111001010011101001100010111010000011101111101111101000010011101001100010101001001111101111101111101000000001000110 | ee82a2e79794e98ba0efbe84e98a93efbe8046 |
UHC | ?痔??銓?F | 001111111111011011000000001111110011111111101111101100000011111101000110 | 3ff6c03f3fefb03f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)