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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 埃賈鳰BF | 1001101010111010111001101100100111101001111010100100001001000110 | 9abae6c9e9ea4246 |
EUC-JP | 埃賈鳰BF | 1101010010111100111011001100101111110010111011000100001001000110 | d4bceccbf2ec4246 |
UTF-8 | 埃賈鳰BF | 1110010110011111100000111110100010110011100010001110100110110011101100000100001001000110 | e59f83e8b388e9b3b04246 |
UHC | 埃賈?BF | 11100100111011111100101010111001001111110100001001000110 | e4efcab93f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)