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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雜ウ寬ゥ | 111010001011011010110011111110101010101010101001 | e8b6b3faaaa9 |
EUC-JP | 雜ウ?ゥ | 11110000101110001000111010110011001111111000111010101001 | f0b88eb33f8ea9 |
UTF-8 | 雜ウ寬ゥ | 111010011001101110011100111011111011110110110011111001011010111110101100111011111011110110101001 | e99b9cefbdb3e5afacefbda9 |
UHC | 雜?寬? | 111011011101101000111111110011101011000000111111 | edda3fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)