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 | ??隕?寃 | 00111111001111111110100010100110001111111001101110000011 | 3f3fe8a63f9b83 |
EUC-JP | 焌?隕?寃 | 100011111100100111101000001111111111000010101000001111111101010111100011 | 8fc9e83ff0a83fd5e3 |
UTF-8 | 焌렧隕렎寃 | 111001111000010010001100111010111010000010100111111010011001101010010101111010111010000010001110111001011010111110000011 | e7848ceba0a7e99a95eba08ee5af83 |
UHC | 焌렧隕렎寃 | 11110001111000001000111010110110111010101010001010001110101001001110101010110010 | f1e08eb6eaa28ea4eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)