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 | 1000111011000011100011101010000101101111 | 8ec38ea16f |
EUC-JP | 偲治o | 1011110011000101101111001010001101101111 | bcc5bca36f |
UTF-8 | 偲治o | 11100101100000011011001011100110101100101011101101101111 | e581b2e6b2bb6f |
UHC | ?治o | 00111111111101101011110101101111 | 3ff6bd6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)