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 | 嚥?}嚥?{^ | 100110101000101100111111011111011001101010001011001111110111101101011110 | 9a8b3f7d9a8b3f7b5e |
EUC-JP | 嚥?}嚥?{^ | 110100111110101100111111011111011101001111101011001111110111101101011110 | d3eb3f7dd3eb3f7b5e |
UTF-8 | 嚥췲}嚥췲{^ | 111001011001101010100101111011001011011110110010011111011110010110011010101001011110110010110111101100100111101101011110 | e59aa5ecb7b27de59aa5ecb7b27b5e |
UHC | 嚥췲}嚥췲{^ | 1110011010111111101011100110111001111101111001101011111110101110011011100111101101011110 | e6bfae6e7de6bfae6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)