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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 乘?乘?F | 10011000101010010011111110011000101010010011111101000110 | 98a93f98a93f46 |
EUC-JP | 乘?乘?F | 11010000101010110011111111010000101010110011111101000110 | d0ab3fd0ab3f46 |
UTF-8 | 乘쑳乘쓅F | 11100100101110011001100011101100100100011011001111100100101110011001100011101100100100111000010101000110 | e4b998ec91b3e4b998ec938546 |
UHC | 乘쑳乘쓅F | 111000111010101110011100110011101110001110101011100111010101101001000110 | e3ab9ccee3ab9d5a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)