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 | ?貭鑅ー昇 | 0011111111100110110000101111101111100110101100001000111110111000 | 3fe6c2fbe6b08fb8 |
EUC-JP | 澰貭鑅ー昇 | 100011111100100011110111111011001100010010001111111001011110101010001110101100001011111010111010 | 8fc8f7ecc48fe5ea8eb0beba |
UTF-8 | 澰貭鑅ー昇 | 111001101011111010110000111010001011001010101101111010011001000110000101111011111011110110110000111001101001100010000111 | e6beb0e8b2ade99185efbdb0e69887 |
UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)