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 | ?綺 | 001111111110001101011001 | 3fe359 |
EUC-JP | 沅綺 | 1000111111000110111010011110010110111010 | 8fc6e9e5ba |
UTF-8 | 沅綺 | 111001101011001010000101111001111011011010111010 | e6b285e7b6ba |
UHC | 沅綺 | 11101010101101101101000110111011 | eab6d1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)