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 | 竪辰丹損^ | 100100100100011110010010010000111001001001001111100100011011100101011110 | 92479243924f91b95e |
EUC-JP | 竪辰丹損^ | 110000111010100011000011101001001100001110110000110000101011101101011110 | c3a8c3a4c3b0c2bb5e |
UTF-8 | 竪辰丹損^ | 11100111101010111010101011101000101111101011000011100100101110001011100111100110100100001000110101011110 | e7abaae8beb0e4b8b9e6908d5e |
UHC | 竪辰丹損^ | 111000101011010111110010111000111101001110100001111000011101111101011110 | e2b5f2e3d3a1e1df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)