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}\{^ | 0011111101101011011111010101110001111101001111110110101101111101010111000111101101011110 | 3f6b7d5c7d3f6b7d5c7b5e |
SJIS-WIN | 鴉k}\}鴉k}\{^ | 11101001111010110110101101111101010111000111110111101001111010110110101101111101010111000111101101011110 | e9eb6b7d5c7de9eb6b7d5c7b5e |
EUC-JP | 鴉k}\}鴉k}\{^ | 11110010111011010110101101111101010111000111110111110010111011010110101101111101010111000111101101011110 | f2ed6b7d5c7df2ed6b7d5c7b5e |
UTF-8 | 鴉k}\}鴉k}\{^ | 111010011011010010001001011010110111110101011100011111011110100110110100100010010110101101111101010111000111101101011110 | e9b4896b7d5c7de9b4896b7d5c7b5e |
UHC | 鴉k}\}鴉k}\{^ | 11100100101111000110101101111101010111000111110111100100101111000110101101111101010111000111101101011110 | e4bc6b7d5c7de4bc6b7d5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)