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 | çß° | 111001111101111110110000 | e7dfb0 |
SJIS-WIN | ??° | 00111111001111111000000110001011 | 3f3f818b |
EUC-JP | çß° | 1000111110101011101011101000111110101001110011101010000111101011 | 8fabae8fa9cea1eb |
UTF-8 | çß° | 110000111010011111000011100111111100001010110000 | c3a7c39fc2b0 |
UHC | ?ß° | 0011111110101001101011001010000111000110 | 3fa9aca1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)