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 | óùçô | 1111001111111001100011111110011111110100 | f3f98fe7f4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | óù?çô | 10001111101010111101000110001111101010111110001100111111100011111010101110101110100011111010101111010100 | 8fabd18fabe33f8fabae8fabd4 |
UTF-8 | óùçô | 11000011101100111100001110111001110000101000111111000011101001111100001110110100 | c3b3c3b9c28fc3a7c3b4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)