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 | 茖器充芟 | 1110010010100001100010101110110110001111010110111110010010001100 | e4a18aed8f5be48c |
EUC-JP | 茖器充芟 | 1110100010100011101101001110111110111101101111001110011111101100 | e8a3b4efbdbce7ec |
UTF-8 | 茖器充芟 | 111010001000110010010110111001011001100110101000111001011000010110000101111010001000101010011111 | e88c96e599a8e58585e88a9f |
UHC | ?器充芟 | 00111111110100001110111111110101111101101101111110110111 | 3fd0eff5f6dfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)