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 | 111011001100110101101111 | eccd6f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | ìÍo | 10001111101010111100000010001111101010101011111101101111 | 8fabc08faabf6f |
UTF-8 | ìÍo | 1100001110101100110000111000110101101111 | c3acc38d6f |
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)