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 | 雖玲イ | 1110010110101011100101111110011010110010 | e5ab97e6b2 |
EUC-JP | 雖玲イ | 111010101010110111001110111010001000111010110010 | eaadcee88eb2 |
UTF-8 | 雖玲イ | 111010011001101110010110111001111000111010110010111011111011110110110010 | e99b96e78eb2efbdb2 |
UHC | 雖玲? | 1110001011001100110101101011110000111111 | e2ccd6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)