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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 癬?浣G | 111000011001110100111111100111111010111101000111 | e19d3f9faf47 |
EUC-JP | 癬墉浣G | 1110000111111101100011111011100010111111110111101011000101000111 | e1fd8fb8bfdeb147 |
UTF-8 | 癬墉浣G | 11100111100110011010110011100101101000101000100111100110101101011010001101000111 | e799ace5a289e6b5a347 |
UHC | 癬墉浣G | 11100000110010001110100110111010111010001100101101000111 | e0c8e9bae8cb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)