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 | 辷幄樺 | 111001111000100010011011111010001000101010010010 | e7889be88a92 |
EUC-JP | 辷幄樺 | 111011011110100011010110111010101011001111110010 | ede8d6eab3f2 |
UTF-8 | 辷幄樺 | 111010001011111010110111111001011011100110000100111001101010100010111010 | e8beb7e5b984e6a8ba |
UHC | ?幄樺 | 0011111111100100110000011111101111111100 | 3fe4c1fbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)