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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 荳ケ蟾ス~ | 11100100101110001011100111100101101101111011110101111110 | e4b8b9e5b7bd7e |
EUC-JP | 荳ケ蟾ス~ | 111010001011101010001110101110011110101010111001100011101011110101111110 | e8ba8eb9eab98ebd7e |
UTF-8 | 荳ケ蟾ス~ | 11101000100011011011001111101111101111011011100111101000100111111011111011101111101111011011110101111110 | e88db3efbdb9e89fbeefbdbd7e |
UHC | 荳?蟾?~ | 11010100111001010011111111100000111010100011111101111110 | d4e53fe0ea3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)