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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 丞ソ~ | 10001111111001011011111101111110 | 8fe5bf7e |
EUC-JP | 丞ソ~ | 1011111011100111100011101011111101111110 | bee78ebf7e |
UTF-8 | 丞ソ~ | 11100100101110001001111011101111101111011011111101111110 | e4b89eefbdbf7e |
UHC | 丞?~ | 11100011101010100011111101111110 | e3aa3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)