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 | ûU±}B | 111110110101010110001110101100010111110101000010 | fb558eb17d42 |
SJIS-WIN | ?U?±}B | 00111111010101010011111110000001011111010111110101000010 | 3f553f817d7d42 |
EUC-JP | ûU?±}B | 100011111010101111100101010101010011111110100001110111100111110101000010 | 8fabe5553fa1de7d42 |
UTF-8 | ûU±}B | 110000111011101101010101110000101000111011000010101100010111110101000010 | c3bb55c28ec2b17d42 |
UHC | ?U?±}B | 00111111010101010011111110100001101111100111110101000010 | 3f553fa1be7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)