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 | 写酌璽 | 100011101100101010001110110111101000111010100011 | 8eca8ede8ea3 |
EUC-JP | 写酌璽 | 101111001100110010111100111000001011110010100101 | bcccbce0bca5 |
UTF-8 | 写酌璽 | 111001011000011010011001111010011000010110001100111001111001001010111101 | e58699e9858ce792bd |
UHC | ?酌璽 | 0011111111101101110011001101111111011110 | 3fedccdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)