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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 延捐~ | 1000100110000100100111010110111101111110 | 89849d6f7e |
EUC-JP | 延捐~ | 1011000111100100110110011101000001111110 | b1e4d9d07e |
UTF-8 | 延捐~ | 11100101101110111011011011100110100011011001000001111110 | e5bbb6e68d907e |
UHC | 延捐~ | 1110011011000101111001101100100001111110 | e6c5e6c87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)