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 | ñá®ëí· | 1111000111100001100011101010111011101011111011011000111010110111 | f1e18eaeebed8eb7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñá?®ëí?? | 100011111010101111010000100011111010101110100001001111111000111110100010111011101000111110101011101100111000111110101011101111110011111100111111 | 8fabd08faba13f8fa2ee8fabb38fabbf3f3f |
UTF-8 | ñá®ëí· | 11000011101100011100001110100001110000101000111011000010101011101100001110101011110000111010110111000010100011101100001010110111 | c3b1c3a1c28ec2aec3abc3adc28ec2b7 |
UHC | ???®???· | 00111111001111110011111110100010111001110011111100111111001111111010000110100100 | 3f3f3fa2e73f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)