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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陟「魘滄エ歐 | 11101000101000001010001011101001101101001001111111101001101101001001111101011110 | e8a0a2e9b49fe9b49f5e |
EUC-JP | 陟「魘滄エ歐 | 111100001010001010001110101000101111001010110110110111101110101110001110101101001101110110111111 | f0a28ea2f2b6deeb8eb4ddbf |
UTF-8 | 陟「魘滄エ歐 | 111010011001100110011111111011111011110110100010111010011010110110011000111001101011101110000100111011111011110110110100111001101010110110010000 | e9999fefbda2e9ad98e6bb84efbdb4e6ad90 |
UHC | 陟??滄?歐 | 111101001011001100111111001111111111001111100111001111111100111110110001 | f4b33f3ff3e73fcfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)