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 | 珀拑膜 | 111000001101111110011101010110011001011010001100 | e0df9d59968c |
EUC-JP | 珀拑膜 | 111000001110000111011001101110101100101111101100 | e0e1d9bacbec |
UTF-8 | 珀拑膜 | 111001111000111110000000111001101000101110010001111010001000011010011100 | e78f80e68b91e8869c |
UHC | 珀?膜 | 1101101011010110001111111101100010101111 | dad63fd8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)