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 | 涬サ・涬サ・^ | 111110110100000110111011101001011111101101000001101110111010010101011110 | fb41bba5fb41bba55e |
EUC-JP | 涬サ・涬サ・^ | 100011111100011111001111100011101011101110001110101001011000111111000111110011111000111010111011100011101010010101011110 | 8fc7cf8ebb8ea58fc7cf8ebb8ea55e |
UTF-8 | 涬サ・涬サ・^ | 11100110101101101010110011101111101111011011101111101111101111011010010111100110101101101010110011101111101111011011101111101111101111011010010101011110 | e6b6acefbdbbefbda5e6b6acefbdbbefbda55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)