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 | ?輕 | 001111111110011101101010 | 3fe76a |
EUC-JP | 沅輕 | 1000111111000110111010011110110111001011 | 8fc6e9edcb |
UTF-8 | 沅輕 | 111001101011001010000101111010001011110010010101 | e6b285e8bc95 |
UHC | 沅輕 | 11101010101101101100110011101110 | eab6ccee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)