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 | ûjáP | 11111011011010101110000101010000 | fb6ae150 |
SJIS-WIN | ?j?P | 00111111011010100011111101010000 | 3f6a3f50 |
EUC-JP | ûjáP | 1000111110101011111001010110101010001111101010111010000101010000 | 8fabe56a8faba150 |
UTF-8 | ûjáP | 110000111011101101101010110000111010000101010000 | c3bb6ac3a150 |
UHC | ?j?P | 00111111011010100011111101010000 | 3f6a3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)