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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 奪村] | 1001001001000100100100011011101001011101 | 924491ba5d |
EUC-JP | 奪村] | 1100001110100101110000101011110001011101 | c3a5c2bc5d |
UTF-8 | 奪村] | 11100101101001011010101011100110100111011001000101011101 | e5a5aae69d915d |
UHC | 奪村] | 1111011110101100111101011011110101011101 | f7acf5bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)