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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 慾?[}慾?[{^ | 1001011101111100001111110101101101111101100101110111110000111111010110110111101101011110 | 977c3f5b7d977c3f5b7b5e |
EUC-JP | 慾?[}慾?[{^ | 1100110111011101001111110101101101111101110011011101110100111111010110110111101101011110 | cddd3f5b7dcddd3f5b7b5e |
UTF-8 | 慾짵[}慾짵[{^ | 1110011010000101101111101110110010100111101101010101101101111101111001101000010110111110111011001010011110110101010110110111101101011110 | e685beeca7b55b7de685beeca7b55b7b5e |
UHC | 慾짵[}慾짵[{^ | 11101001101011111010010001001111010110110111110111101001101011111010010001001111010110110111101101011110 | e9afa44f5b7de9afa44f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)