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 | 鶸兌 | 11101010010100111001100101011011 | ea53995b |
EUC-JP | 鶸兌 | 11110011101101001101000110111100 | f3b4d1bc |
UTF-8 | 鶸兌 | 111010011011011010111000111001011000010110001100 | e9b6b8e5858c |
UHC | ?兌 | 001111111111011110111010 | 3ff7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)