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 | 霜楓 | 10010001100110101001010110010110 | 919a9596 |
EUC-JP | 霜楓 | 11000001111110101100100111110110 | c1fac9f6 |
UTF-8 | 霜楓 | 111010011001110010011100111001101010010110010011 | e99c9ce6a593 |
UHC | 霜楓 | 11011111110111001111100110100011 | dfdcf9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)