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 | 陜蠱憖 | 111010001001110111100101110000011001110011011001 | e89de5c19cd9 |
EUC-JP | 陜蠱憖 | 111011111111110111101010110000111101100011011011 | effdeac3d8db |
UTF-8 | 陜蠱憖 | 111010011001100110011100111010001010000010110001111001101000011010010110 | e9999ce8a0b1e68696 |
UHC | 陜蠱? | 1111100111110000110011011100110000111111 | f9f0cdcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)