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 | 儒?荏?η | 1000111011110010001111111000100101100000001111111000001111000101 | 8ef23f89603f83c5 |
EUC-JP | 儒?荏?η | 1011110011110100001111111011000111000001001111111010011011000111 | bcf43fb1c13fa6c7 |
UTF-8 | 儒룫荏겨η | 1110010110000100100100101110101110100011101010111110100010001101100011111110101010110010101010001100111010110111 | e58492eba3abe88d8feab2a8ceb7 |
UHC | 儒룫荏겨η | 11101010111000111000111110100010111011001111101110110000110111001010010111100111 | eae38fa2ecfbb0dca5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)