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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逑殉逑旬^ | 111001111001001110001111011111011110011110010011100011110111101101011110 | e7938f7de7938f7b5e |
EUC-JP | 逑殉逑旬^ | 111011011111001110111101110111101110110111110011101111011101110001011110 | edf3bddeedf3bddc5e |
UTF-8 | 逑殉逑旬^ | 11101001100000001001000111100110101011101000100111101001100000001001000111100110100101111010110001011110 | e98091e6ae89e98091e697ac5e |
UHC | 逑殉逑旬^ | 110011111100011111100010111001101100111111000111111000101110001001011110 | cfc7e2e6cfc7e2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)