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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 汯k}汯k{^ | 11110001110000111111101011111000011010110111110111110001110000111111101011111000011010110111101101011110 | f1c3faf86b7df1c3faf86b7b5e |
EUC-JP | ?汯k}?汯k{^ | 00111111100011111100011011100011011010110111110100111111100011111100011011100011011010110111101101011110 | 3f8fc6e36b7d3f8fc6e36b7b5e |
UTF-8 | 汯k}汯k{^ | 1110111010000100101111101110011010110001101011110110101101111101111011101000010010111110111001101011000110101111011010110111101101011110 | ee84bee6b1af6b7dee84bee6b1af6b7b5e |
UHC | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)