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 | 眸筮醉 | 111000011100011011100010101011001110011111001011 | e1c6e2ace7cb |
EUC-JP | 眸筮醉 | 111000101100100011100100101011101110111011001101 | e2c8e4aeeecd |
UTF-8 | 眸筮醉 | 111001111001110010111000111001111010110110101110111010011000011010001001 | e79cb8e7adaee98689 |
UHC | 眸筮醉 | 110110011100001011011111111110111111011010101101 | d9c2dffbf6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)