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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 弱央 | 10001110111000111000100110011011 | 8ee3899b |
EUC-JP | 弱央 | 10111100111001011011000111111011 | bce5b1fb |
UTF-8 | 弱央 | 111001011011110010110001111001011010010010101110 | e5bcb1e5a4ae |
UHC | 弱央 | 11100101101100001110010011100111 | e5b0e4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)