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 | 1111001010101001100011101011000101101111 | f2a98eb16f |
EUC-JP | ?竺o | 00111111101111001011001101101111 | 3fbcb36f |
UTF-8 | 竺o | 11101110100001111010000011100111101010111011101001101111 | ee87a0e7abba6f |
UHC | ?竺o | 00111111111101011110011101101111 | 3ff5e76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)