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 | 10001111111001001011111001101111 | 8fe4be6f |
EUC-JP | 丈セo | 1011111011100110100011101011111001101111 | bee68ebe6f |
UTF-8 | 丈セo | 11100100101110001000100011101111101111011011111001101111 | e4b888efbdbe6f |
UHC | 丈?o | 11101101110110110011111101101111 | eddb3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)