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 | 卍博^ | 1001100111000010100101001000111001011110 | 99c2948e5e |
EUC-JP | 卍博^ | 1101001011000100110001111110111001011110 | d2c4c7ee5e |
UTF-8 | 卍博^ | 11100101100011011000110111100101100011011001101001011110 | e58d8de58d9a5e |
UHC | 卍博^ | 1101100010110011110110101100111101011110 | d8b3dacf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)