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 | エ隗倢 | 11110001111000101011010011101000101001111111101001110101 | f1e2b4e8a7fa75 |
EUC-JP | ?エ隗倢 | 0011111110001110101101001111000010101001100011111011000111011000 | 3f8eb4f0a98fb1d8 |
UTF-8 | エ隗倢 | 111011101000010110011101111011111011110110110100111010011001101010010111111001011000000010100010 | ee859defbdb4e99a97e580a2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)