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 | ò®®íõ· | 1111001010101110100011101010111011101101111101011000111010110111 | f2ae8eaeedf58eb7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ò®?®íõ?? | 100011111010101111010010100011111010001011101110001111111000111110100010111011101000111110101011101111111000111110101011110110000011111100111111 | 8fabd28fa2ee3f8fa2ee8fabbf8fabd83f3f |
UTF-8 | ò®®íõ· | 11000011101100101100001010101110110000101000111011000010101011101100001110101101110000111011010111000010100011101100001010110111 | c3b2c2aec28ec2aec3adc3b5c28ec2b7 |
UHC | ?®?®???· | 0011111110100010111001110011111110100010111001110011111100111111001111111010000110100100 | 3fa2e73fa2e73f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)