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 | 獰??佯 | 111000001101011000111111001111111001100011010001 | e0d63f3f98d1 |
EUC-JP | 獰??佯 | 111000001101100000111111001111111101000011010011 | e0d83f3fd0d3 |
UTF-8 | 獰뉐뤇佯 | 111001111000110110110000111010111000100110010000111010111010010010000111111001001011110110101111 | e78db0eb8990eba487e4bdaf |
UHC | 獰뉐뤇佯 | 1110011110111110100001111110010110001111101101111110010110111010 | e7be87e58fb7e5ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)