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 | óçf | 10011111111100111110011101100110 | 9ff3e766 |
SJIS-WIN | ???f | 00111111001111110011111101100110 | 3f3f3f66 |
EUC-JP | ?óçf | 0011111110001111101010111101000110001111101010111010111001100110 | 3f8fabd18fabae66 |
UTF-8 | óçf | 11000010100111111100001110110011110000111010011101100110 | c29fc3b3c3a766 |
UHC | ???f | 00111111001111110011111101100110 | 3f3f3f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)