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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 癬??H | 1110000110011101001111110011111101001000 | e19d3f3f48 |
EUC-JP | 癬??H | 1110000111111101001111110011111101001000 | e1fd3f3f48 |
UTF-8 | 癬섑葉H | 11100111100110011010110011101100100001001001000111101111101001011010111001001000 | e799acec8491efa5ae48 |
UHC | 癬섑葉H | 11100000110010001001100011101101111000001111000101001000 | e0c898ede0f148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)