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 | 獰???? | 111000001101011000111111001111110011111100111111 | e0d63f3f3f3f |
EUC-JP | 獰??孼? | 1110000011011000001111110011111110001111101110101100001100111111 | e0d83f3f8fbac33f |
UTF-8 | 獰뉐뤇孼쌑 | 111001111000110110110000111010111000100110010000111010111010010010000111111001011010110110111100111011001000110010010001 | e78db0eb8990eba487e5adbcec8c91 |
UHC | 獰뉐뤇孼쌑 | 11100111101111101000011111100101100011111011011111100101111011011001101101000010 | e7be87e58fb7e5ed9b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)