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 | ñã¤íõ· | 1111000111100011100011101010010011101101111101011000111010110111 | f1e38ea4edf58eb7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñã?¤íõ?? | 100011111010101111010000100011111010101110101010001111111000111110100010111100001000111110101011101111111000111110101011110110000011111100111111 | 8fabd08fabaa3f8fa2f08fabbf8fabd83f3f |
UTF-8 | ñã¤íõ· | 11000011101100011100001110100011110000101000111011000010101001001100001110101101110000111011010111000010100011101100001010110111 | c3b1c3a3c28ec2a4c3adc3b5c28ec2b7 |
UHC | ???¤???· | 00111111001111110011111110100010101101000011111100111111001111111010000110100100 | 3f3f3fa2b43f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)