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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 丈ソシサ^ | 100011111110010010111111101111001011101101011110 | 8fe4bfbcbb5e |
EUC-JP | 丈ソシサ^ | 101111101110011010001110101111111000111010111100100011101011101101011110 | bee68ebf8ebc8ebb5e |
UTF-8 | 丈ソシサ^ | 11100100101110001000100011101111101111011011111111101111101111011011110011101111101111011011101101011110 | e4b888efbdbfefbdbcefbdbb5e |
UHC | 丈???^ | 111011011101101100111111001111110011111101011110 | eddb3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)