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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隲幃ァ募 | 11101000101010111001101111101001101001111001010111100101 | e8ab9be9a795e5 |
EUC-JP | 隲幃ァ募 | 1111000010101101110101101110101110001110101001111100101011100111 | f0add6eb8ea7cae7 |
UTF-8 | 隲幃ァ募 | 111010011001101010110010111001011011100110000011111011111011110110100111111001011000101110011111 | e99ab2e5b983efbda7e58b9f |
UHC | ???募 | 0011111100111111001111111101100110110100 | 3f3f3fd9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)