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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?儀^ | 00111111100010110101011001011110 | 3f8b565e |
EUC-JP | ?儀^ | 00111111101101011011011101011110 | 3fb5b75e |
UTF-8 | 임儀^ | 11101100100111101000010011100101100001001000000001011110 | ec9e84e584805e |
UHC | 임儀^ | 1100000011010011111010111111000001011110 | c0d3ebf05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)