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 | âàÓ®âá | 1110001011100000100011101101001110001110101011101110001011100001 | e2e08ed38eaee2e1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | âà?Ó?®âá | 1000111110101011101001001000111110101011101000100011111110001111101010101101000100111111100011111010001011101110100011111010101110100100100011111010101110100001 | 8faba48faba23f8faad13f8fa2ee8faba48faba1 |
UTF-8 | âàÓ®âá | 11000011101000101100001110100000110000101000111011000011100100111100001010001110110000101010111011000011101000101100001110100001 | c3a2c3a0c28ec393c28ec2aec3a2c3a1 |
UHC | ?????®?? | 001111110011111100111111001111110011111110100010111001110011111100111111 | 3f3f3f3f3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)