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 | ò®±ëö· | 1111001010101110100011101011000111101011111101101000111010110111 | f2ae8eb1ebf68eb7 |
SJIS-WIN | ???±???? | 001111110011111100111111100000010111110100111111001111110011111100111111 | 3f3f3f817d3f3f3f3f |
EUC-JP | ò®?±ëö?? | 1000111110101011110100101000111110100010111011100011111110100001110111101000111110101011101100111000111110101011110100110011111100111111 | 8fabd28fa2ee3fa1de8fabb38fabd33f3f |
UTF-8 | ò®±ëö· | 11000011101100101100001010101110110000101000111011000010101100011100001110101011110000111011011011000010100011101100001010110111 | c3b2c2aec28ec2b1c3abc3b6c28ec2b7 |
UHC | ?®?±???· | 0011111110100010111001110011111110100001101111100011111100111111001111111010000110100100 | 3fa2e73fa1be3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)