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 | 邏弯 | 11100111101101001001110001011110 | e7b49c5e |
EUC-JP | 邏弯 | 11101110101101101101011110111111 | eeb6d7bf |
UTF-8 | 邏弯 | 111010011000001010001111111001011011110010101111 | e9828fe5bcaf |
UHC | 邏? | 110101011010010000111111 | d5a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)