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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 渼、鮑タh | 11111011010010011010010011101001101110001100000001101000 | fb49a4e9b8c068 |
EUC-JP | 渼、鮑タh | 10001111110001111111000010001110101001001111001010111010100011101100000001101000 | 8fc7f08ea4f2ba8ec068 |
UTF-8 | 渼、鮑タh | 11100110101110001011110011101111101111011010010011101001101011101001000111101111101111101000000001101000 | e6b8bcefbda4e9ae91efbe8068 |
UHC | 渼?鮑?h | 11011010101101000011111111111000111010100011111101101000 | dab43ff8ea3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)