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 | ì²íìø | 1110110010110010100111001110110110011010100110011110110011111000 | ecb29ced9a99ecf8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ì??í??ìø | 10001111101010111100000000111111001111111000111110101011101111110011111100111111100011111010101111000000100011111010100111001100 | 8fabc03f3f8fabbf3f3f8fabc08fa9cc |
UTF-8 | ì²íìø | 11000011101011001100001010110010110000101001110011000011101011011100001010011010110000101001100111000011101011001100001110111000 | c3acc2b2c29cc3adc29ac299c3acc3b8 |
UHC | ?²?????ø | 00111111101010011111011100111111001111110011111100111111001111111010100110101010 | 3fa9f73f3f3f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)