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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羞駕愁蔕 | 1110001110110101100010011110110110001111010001001110010011110110 | e3b589ed8f44e4f6 |
EUC-JP | 羞駕愁蔕 | 1110011010110111101100101110111110111101101001011110100011111000 | e6b7b2efbda5e8f8 |
UTF-8 | 羞駕愁蔕 | 111001111011111010011110111010011010011110010101111001101000010010000001111010001001010010010101 | e7be9ee9a795e68481e89495 |
UHC | 羞駕愁? | 11100010101110101100101010111101111000011111111000111111 | e2bacabde1fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)