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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?貉・涬サ・^ | 001111111110011010111001101001011111101101000001101110111010010101011110 | 3fe6b9a5fb41bba55e |
EUC-JP | 涪貉・涬サ・^ | 100011111100011111001110111011001011101110001110101001011000111111000111110011111000111010111011100011101010010101011110 | 8fc7ceecbb8ea58fc7cf8ebb8ea55e |
UTF-8 | 涪貉・涬サ・^ | 11100110101101101010101011101000101100101000100111101111101111011010010111100110101101101010110011101111101111011011101111101111101111011010010101011110 | e6b6aae8b289efbda5e6b6acefbdbbefbda55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)