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 | 蛇移^ | 1000111011010110100010001101101001011110 | 8ed688da5e |
EUC-JP | 蛇移^ | 1011110011011000101100001101110001011110 | bcd8b0dc5e |
UTF-8 | 蛇移^ | 11101000100110111000011111100111101001111011101101011110 | e89b87e7a7bb5e |
UHC | 蛇移^ | 1101111011101111111011001011100101011110 | deefecb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)