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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逶降 | 11100111100110111000110101111110 | e79b8d7e |
EUC-JP | 逶降 | 11101101111110111011100111011111 | edfbb9df |
UTF-8 | 逶降 | 111010011000000010110110111010011001100110001101 | e980b6e9998d |
UHC | ?降 | 001111111100101110111101 | 3fcbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)