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 | ÓÇçü¥É | 110100111100011111100111111111001010010111001001 | d3c7e7fca5c9 |
SJIS-WIN | ????¥? | 00111111001111110011111100111111100000011000111100111111 | 3f3f3f3f818f3f |
EUC-JP | ÓÇçü?É | 10001111101010101101000110001111101010101010111010001111101010111010111010001111101010111110010000111111100011111010101010110001 | 8faad18faaae8fabae8fabe43f8faab1 |
UTF-8 | ÓÇçü¥É | 110000111001001111000011100001111100001110100111110000111011110011000010101001011100001110001001 | c393c387c3a7c3bcc2a5c389 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)