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 | óù[óù[^ | 11110011111110010101101111110011111110010101101101011110 | f3f95bf3f95b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | óù[óù[^ | 100011111010101111010001100011111010101111100011010110111000111110101011110100011000111110101011111000110101101101011110 | 8fabd18fabe35b8fabd18fabe35b5e |
UTF-8 | óù[óù[^ | 1100001110110011110000111011100101011011110000111011001111000011101110010101101101011110 | c3b3c3b95bc3b3c3b95b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)