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 | 羇}羇{^ | 1111001010110010111000111011001001111101111100101011001011100011101100100111101101011110 | f2b2e3b27df2b2e3b27b5e |
EUC-JP | ?羇}?羇{^ | 001111111110011010110100011111010011111111100110101101000111101101011110 | 3fe6b47d3fe6b47b5e |
UTF-8 | 羇}羇{^ | 111011101000011110101001111001111011111010000111011111011110111010000111101010011110011110111110100001110111101101011110 | ee87a9e7be877dee87a9e7be877b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)