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 | ç°é] | 11100111100110011011000011101001100101111000011101011101 | e799b0e997875d |
SJIS-WIN | ??°???] | 0011111100111111100000011000101100111111001111110011111101011101 | 3f3f818b3f3f3f5d |
EUC-JP | ç?°é??] | 100011111010101110101110001111111010000111101011100011111010101110110001001111110011111101011101 | 8fabae3fa1eb8fabb13f3f5d |
UTF-8 | ç°é] | 11000011101001111100001010011001110000101011000011000011101010011100001010010111110000101000011101011101 | c3a7c299c2b0c3a9c297c2875d |
UHC | ??°???] | 0011111100111111101000011100011000111111001111110011111101011101 | 3f3fa1c63f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)