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 | ú´°Oy | 1111101010110100101100000100111101111001 | fab4b04f79 |
SJIS-WIN | ?´°Oy | 00111111100000010100110010000001100010110100111101111001 | 3f814c818b4f79 |
EUC-JP | ú´°Oy | 100011111010101111100010101000011010110110100001111010110100111101111001 | 8fabe2a1ada1eb4f79 |
UTF-8 | ú´°Oy | 1100001110111010110000101011010011000010101100000100111101111001 | c3bac2b4c2b04f79 |
UHC | ?´°Oy | 00111111101000101010010110100001110001100100111101111001 | 3fa2a5a1c64f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)