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 | ン「樰 | 11011101101000101111101011101101 | dda2faed |
EUC-JP | ン「樰 | 10001110110111011000111010100010100011111100010011111101 | 8edd8ea28fc4fd |
UTF-8 | ン「樰 | 111011111011111010011101111011111011110110100010111001101010100010110000 | efbe9defbda2e6a8b0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)