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 | 辷幃擠 | 111001111000100010011011111010011001110110101001 | e7889be99da9 |
EUC-JP | 辷幃擠 | 111011011110100011010110111010111101101010101011 | ede8d6ebdaab |
UTF-8 | 辷幃擠 | 111010001011111010110111111001011011100110000011111001101001001110100000 | e8beb7e5b983e693a0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)