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 | è°ìº | 111010001010110110110000111011001011101010011110 | e8adb0ecba9e |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | �� | 10001111101010111011001000111111101000011110101110001111101010111100000010001111101000101110101100111111 | 8fabb23fa1eb8fabc08fa2eb3f |
UTF-8 | è°ìº | 110000111010100011000010101011011100001010110000110000111010110011000010101110101100001010011110 | c3a8c2adc2b0c3acc2bac29e |
UHC | ?°?º? | 001111111010000110101001101000011100011000111111101010001010110000111111 | 3fa1a9a1c63fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)