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{^ | 111000001101000001101011011111011110000011010000011010110111101101011110 | e0d06b7de0d06b7b5e |
EUC-JP | 獎k}獎k{^ | 111000001101001001101011011111011110000011010010011010110111101101011110 | e0d26b7de0d26b7b5e |
UTF-8 | 獎k}獎k{^ | 1110011110001101100011100110101101111101111001111000110110001110011010110111101101011110 | e78d8e6b7de78d8e6b7b5e |
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)