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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???悅? | 001111110011111100111111111110101011110100111111 | 3f3f3ffabd3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 呂볡즯悅길 | 111011111010011010000000111010111011001110100001111011001010011010101111111001101000001010000101111010101011100010111000 | efa680ebb3a1eca6afe68285eab8b8 |
UHC | 呂볡즯悅길 | 11100101111110111001001111100111101000111000000111100110111011011011000111100110 | e5fb93e7a381e6edb1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)