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 | ç®Þ² | 11100111101011101101111010110010 | e7aedeb2 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ç®Þ? | 10001111101010111010111010001111101000101110111010001111101010011011000000111111 | 8fabae8fa2ee8fa9b03f |
UTF-8 | ç®Þ² | 1100001110100111110000101010111011000011100111101100001010110010 | c3a7c2aec39ec2b2 |
UHC | ?®Þ² | 00111111101000101110011110101000101011011010100111110111 | 3fa2e7a8ada9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)