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 | çºIçº | 1110011110111010100011111000111110001111010010011110011110111010 | e7ba8f8f8f49e7ba |
SJIS-WIN | ?????I?? | 0011111100111111001111110011111100111111010010010011111100111111 | 3f3f3f3f3f493f3f |
EUC-JP | çº???Içº | 10001111101010111010111010001111101000101110101100111111001111110011111101001001100011111010101110101110100011111010001011101011 | 8fabae8fa2eb3f3f3f498fabae8fa2eb |
UTF-8 | çºIçº | 110000111010011111000010101110101100001010001111110000101000111111000010100011110100100111000011101001111100001010111010 | c3a7c2bac28fc28fc28f49c3a7c2ba |
UHC | ?º???I?º | 00111111101010001010110000111111001111110011111101001001001111111010100010101100 | 3fa8ac3f3f3f493fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)