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 | 11100111101011001011100101101111 | e7acb96f |
EUC-JP | 隨ケo | 1110111010101110100011101011100101101111 | eeae8eb96f |
UTF-8 | 隨ケo | 11101001100110101010100011101111101111011011100101101111 | e99aa8efbdb96f |
UHC | 隨?o | 11100010110010110011111101101111 | e2cb3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)