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 | ð®³ååµ | 1111000010101110100011101011001111100101111001011000111010110101 | f0ae8eb3e5e58eb5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ð®??åå?? | 10001111101010011100001110001111101000101110111000111111001111111000111110101011101010011000111110101011101010010011111100111111 | 8fa9c38fa2ee3f3f8faba98faba93f3f |
UTF-8 | ð®³ååµ | 11000011101100001100001010101110110000101000111011000010101100111100001110100101110000111010010111000010100011101100001010110101 | c3b0c2aec28ec2b3c3a5c3a5c28ec2b5 |
UHC | ð®?³???? | 1010100110100011101000101110011100111111101010011111100000111111001111110011111100111111 | a9a3a2e73fa9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)