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 | ç¶Â° | 1110011110110110100011111100001010110000 | e7b68fc2b0 |
SJIS-WIN | ?¶??° | 00111111100000011111011100111111001111111000000110001011 | 3f81f73f3f818b |
EUC-JP | �° | 1000111110101011101011101010001011111001001111111000111110101010101001001010000111101011 | 8fabaea2f93f8faaa4a1eb |
UTF-8 | ç¶Â° | 11000011101001111100001010110110110000101000111111000011100000101100001010110000 | c3a7c2b6c28fc382c2b0 |
UHC | ?¶??° | 00111111101000101101001000111111001111111010000111000110 | 3fa2d23f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)