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 | 1000111011011011100011101010000101101111 | 8edb8ea16f |
EUC-JP | 杓治o | 1011110011011101101111001010001101101111 | bcddbca36f |
UTF-8 | 杓治o | 11100110100111011001001111100110101100101011101101101111 | e69d93e6b2bb6f |
UHC | 杓治o | 1111100011110101111101101011110101101111 | f8f5f6bd6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)