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 | 靂級憩 | 111010001100110010001011100010011000110001100101 | e8cc8b898c65 |
EUC-JP | 靂級憩 | 111100001100111010110101111010011011011111000110 | f0ceb5e9b7c6 |
UTF-8 | 靂級憩 | 111010011001110110000010111001111011010010011010111001101000011010101001 | e99d82e7b49ae686a9 |
UHC | 靂級憩 | 110101011111101011010000111001001100110010101000 | d5fad0e4cca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)