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 | ?ч?畏? | 00111111100001001000100100111111100010001101100000111111 | 3f84893f88d83f |
EUC-JP | ?ч?畏? | 00111111101001111110100100111111101100001101101000111111 | 3fa7e93fb0da3f |
UTF-8 | 驪ч닎畏봃 | 1110111110100110100001111101000110000111111010111000101110001110111001111001010110001111111010111011010010000011 | efa687d187eb8b8ee7958febb483 |
UHC | 驪ч닎畏봃 | 11100110101011111010110011101001100010001001010011101000111001101001010001000110 | e6aface98894e8e69446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)