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 | úºx | 11111010101110101001101101111000 | faba9b78 |
SJIS-WIN | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
EUC-JP | úº?x | 1000111110101011111000101000111110100010111010110011111101111000 | 8fabe28fa2eb3f78 |
UTF-8 | úºx | 11000011101110101100001010111010110000101001101101111000 | c3bac2bac29b78 |
UHC | ?º?x | 0011111110101000101011000011111101111000 | 3fa8ac3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)