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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ε? | 00111111100000111100001100111111 | 3f83c33f |
EUC-JP | ?ε? | 00111111101001101100010100111111 | 3fa6c53f |
UTF-8 | 烈ε툦 | 1110111110100110100111111100111010110101111011011000100010100110 | efa69fceb5ed88a6 |
UHC | 烈ε툦 | 111001101110111110100101111001011011100010011101 | e6efa5e5b89d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)