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 | 髴Ы}髴Ы{^ | 1110100110011100100001000101110001111101111010011001110010000100010111000111101101011110 | e99c845c7de99c845c7b5e |
EUC-JP | 髴Ы}髴Ы{^ | 1111000111111100101001111011110101111101111100011111110010100111101111010111101101011110 | f1fca7bd7df1fca7bd7b5e |
UTF-8 | 髴Ы}髴Ы{^ | 11101001101010111011010011010000101010110111110111101001101010111011010011010000101010110111101101011110 | e9abb4d0ab7de9abb4d0ab7b5e |
UHC | ?Ы}?Ы{^ | 001111111010110010111101011111010011111110101100101111010111101101011110 | 3facbd7d3facbd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)