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 | OáÓ{d | 100111000100111111100001110100110111101101100100 | 9c4fe1d37b64 |
SJIS-WIN | ?O??{d | 001111110100111100111111001111110111101101100100 | 3f4f3f3f7b64 |
EUC-JP | ?OáÓ{d | 00111111010011111000111110101011101000011000111110101010110100010111101101100100 | 3f4f8faba18faad17b64 |
UTF-8 | OáÓ{d | 110000101001110001001111110000111010000111000011100100110111101101100100 | c29c4fc3a1c3937b64 |
UHC | ?O??{d | 001111110100111100111111001111110111101101100100 | 3f4f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)