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{^ | 00111111011010110111110100111111011010110111101101011110 | 3f6b7d3f6b7b5e |
SJIS-WIN | 鯣k}鯣k{^ | 111010011100011001101011011111011110100111000110011010110111101101011110 | e9c66b7de9c66b7b5e |
EUC-JP | 鯣k}鯣k{^ | 111100101100100001101011011111011111001011001000011010110111101101011110 | f2c86b7df2c86b7b5e |
UTF-8 | 鯣k}鯣k{^ | 1110100110101111101000110110101101111101111010011010111110100011011010110111101101011110 | e9afa36b7de9afa36b7b5e |
UHC | ?k}?k{^ | 00111111011010110111110100111111011010110111101101011110 | 3f6b7d3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)