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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 惺?h惺? | 10011100101101110011111101101000100111001011011100111111 | 9cb73f689cb73f |
EUC-JP | 惺奭h惺奭 | 1101100010111001100011111011100011111110011010001101100010111001100011111011100011111110 | d8b98fb8fe68d8b98fb8fe |
UTF-8 | 惺奭h惺奭 | 11100110100000111011101011100101101001011010110101101000111001101000001110111010111001011010010110101101 | e683bae5a5ad68e683bae5a5ad |
UHC | 惺奭h惺奭 | 111000001111011011100000101010110110100011100000111101101110000010101011 | e0f6e0ab68e0f6e0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)