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 | 雖蛾岫 | 111001011010101110001001111010011001101110101011 | e5ab89e99bab |
EUC-JP | 雖蛾岫 | 111010101010110110110010111010111101011010101101 | eaadb2ebd6ad |
UTF-8 | 雖蛾岫 | 111010011001101110010110111010001001101110111110111001011011001010101011 | e99b96e89bbee5b2ab |
UHC | 雖蛾岫 | 111000101100110011100100101101101110000111111011 | e2cce4b6e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)