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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀁??? | 1110000001100110001111110011111100111111 | e0663f3f3f |
EUC-JP | 瀁??? | 1101111111000111001111110011111100111111 | dfc73f3f3f |
UTF-8 | 瀁렭렊뤵 | 111001111000000010000001111010111010000010101101111010111010000010001010111010111010010010110101 | e78081eba0adeba08aeba4b5 |
UHC | 瀁렭렊뤵 | 1110010111001000100011101011101010001110101000011000111111100011 | e5c88eba8ea18fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)