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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ・、釈捨 | 1111001010100111101001011010010010001110110111111000111011001100 | f2a7a5a48edf8ecc |
EUC-JP | ?・、釈捨 | 001111111000111010100101100011101010010010111100111000011011110011001110 | 3f8ea58ea4bce1bcce |
UTF-8 | ・、釈捨 | 111011101000011110011110111011111011110110100101111011111011110110100100111010011000011110001000111001101000110110101000 | ee879eefbda5efbda4e98788e68da8 |
UHC | ????捨 | 001111110011111100111111001111111101111011010111 | 3f3f3f3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)