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 | 謔梧屆 | 111001101000001010001100111001101001101110011100 | e6828ce69b9c |
EUC-JP | 謔梧屆 | 111010111110001010111000111010001101010111111100 | ebe2b8e8d5fc |
UTF-8 | 謔梧屆 | 111010001010110010010100111001101010001010100111111001011011000110000110 | e8ac94e6a2a7e5b186 |
UHC | 謔梧屆 | 111110011100110011100111111111001100110011111010 | f9cce7fcccfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)