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 | 1001111101111011100110100101111001101111 | 9f7b9a5e6f |
EUC-JP | 毬喊o | 1101110111011100110100111011111101101111 | dddcd3bf6f |
UTF-8 | 毬喊o | 11100110101011111010110011100101100101101000101001101111 | e6aface5968a6f |
UHC | 毬喊o | 1100111110110011111110011110001001101111 | cfb3f9e26f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)