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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 靂シャ | 11101000110011001011110010101100 | e8ccbcac |
EUC-JP | 靂シャ | 111100001100111010001110101111001000111010101100 | f0ce8ebc8eac |
UTF-8 | 靂シャ | 111010011001110110000010111011111011110110111100111011111011110110101100 | e99d82efbdbcefbdac |
UHC | 靂?? | 11010101111110100011111100111111 | d5fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)