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 | 111100111111100101101111 | f3f96f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | óùo | 10001111101010111101000110001111101010111110001101101111 | 8fabd18fabe36f |
UTF-8 | óùo | 1100001110110011110000111011100101101111 | c3b3c3b96f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)