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 | ì²Dí | 11101100101100101010110101000100111011011001101010010111 | ecb2ad44ed9a97 |
SJIS-WIN | ???D??? | 00111111001111110011111101000100001111110011111100111111 | 3f3f3f443f3f3f |
EUC-JP | ì??Dí?? | 1000111110101011110000000011111100111111010001001000111110101011101111110011111100111111 | 8fabc03f3f448fabbf3f3f |
UTF-8 | ì²Dí | 11000011101011001100001010110010110000101010110101000100110000111010110111000010100110101100001010010111 | c3acc2b2c2ad44c3adc29ac297 |
UHC | ?²D??? | 001111111010100111110111101000011010100101000100001111110011111100111111 | 3fa9f7a1a9443f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)