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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驗ュ隍仙恂 | 111010011000010010101101111010001010010010010000111001011001110010010110 | e984ade8a490e59c96 |
EUC-JP | 驗ュ隍仙恂 | 11110001111001001000111010101101111100001010011011000000111001111101011111110110 | f1e48eadf0a6c0e7d7f6 |
UTF-8 | 驗ュ隍仙恂 | 111010011010100110010111111011111011110110101101111010011001101010001101111001001011101110011001111001101000000110000010 | e9a997efbdade99a8de4bb99e68182 |
UHC | 驗?隍仙恂 | 111110101101000000111111111111001101101111100000101110011110001011100001 | fad03ffcdbe0b9e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)