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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | タ鏝}タ鏝{^ | 110000001110100001010111011111011100000011101000010101110111101101011110 | c0e8577dc0e8577b5e |
EUC-JP | タ鏝}タ鏝{^ | 1000111011000000111011111011100001111101100011101100000011101111101110000111101101011110 | 8ec0efb87d8ec0efb87b5e |
UTF-8 | タ鏝}タ鏝{^ | 111011111011111010000000111010011000111110011101011111011110111110111110100000001110100110001111100111010111101101011110 | efbe80e98f9d7defbe80e98f9d7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)