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 | ±×E | 1000111010110001100011101101011101000101 | 8eb18ed745 |
SJIS-WIN | ?±?×E | 00111111100000010111110100111111100000010111111001000101 | 3f817d3f817e45 |
EUC-JP | ?±?×E | 00111111101000011101111000111111101000011101111101000101 | 3fa1de3fa1df45 |
UTF-8 | ±×E | 110000101000111011000010101100011100001010001110110000111001011101000101 | c28ec2b1c28ec39745 |
UHC | ?±?×E | 00111111101000011011111000111111101000011011111101000101 | 3fa1be3fa1bf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)