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 | 酌而璽 | 100011101101111010001110101001111000111010100011 | 8ede8ea78ea3 |
EUC-JP | 酌而璽 | 101111001110000010111100101010011011110010100101 | bce0bca9bca5 |
UTF-8 | 酌而璽 | 111010011000010110001100111010001000000010001100111001111001001010111101 | e9858ce8808ce792bd |
UHC | 酌而璽 | 111011011100110011101100101110111101111111011110 | edccecbbdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)