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 | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 羞邵o | 1110001110110101111001111011100001101111 | e3b5e7b86f |
EUC-JP | 羞邵o | 1110011010110111111011101011101001101111 | e6b7eeba6f |
UTF-8 | 羞邵o | 11100111101111101001111011101001100000101011010101101111 | e7be9ee982b56f |
UHC | 羞邵o | 1110001010111010111000011101000001101111 | e2bae1d06f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)