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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 險娥^ | 1110100010101000100110110100110101011110 | e8a89b4d5e |
EUC-JP | 險娥^ | 1111000010101010110101011010111001011110 | f0aad5ae5e |
UTF-8 | 險娥^ | 11101001100110101010101011100101101010001010010101011110 | e99aaae5a8a55e |
UHC | 險娥^ | 1111101011001111111001001011000001011110 | facfe4b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)