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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豐サ辷ィ謐ィ | 111001101011001010111011111001111000100010101000111001101000110110101000 | e6b2bbe788a8e68da8 |
EUC-JP | 豐サ辷ィ謐ィ | 111011001011010010001110101110111110110111101000100011101010100011101011111011011000111010101000 | ecb48ebbede88ea8ebed8ea8 |
UTF-8 | 豐サ辷ィ謐ィ | 111010001011000110010000111011111011110110111011111010001011111010110111111011111011110110101000111010001010110010010000111011111011110110101000 | e8b190efbdbbe8beb7efbda8e8ac90efbda8 |
UHC | ????謐? | 00111111001111110011111100111111110110101100110100111111 | 3f3f3f3fdacd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)