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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 骰н | 11101001100011011000010001111110 | e98d847e |
EUC-JP | 骰н | 11110001111011011010011111011111 | f1eda7df |
UTF-8 | 骰н | 1110100110101010101100001101000010111101 | e9aab0d0bd |
UHC | ?н | 001111111010110011011111 | 3facdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)