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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銓滄ァ慕 | 11100111111100101001111111101001101001111001010111100111 | e7f29fe9a795e7 |
EUC-JP | 銓滄ァ慕 | 1110111011110100110111101110101110001110101001111100101011101001 | eef4deeb8ea7cae9 |
UTF-8 | 銓滄ァ慕 | 111010011000101010010011111001101011101110000100111011111011110110100111111001101000010110010101 | e98a93e6bb84efbda7e68595 |
UHC | 銓滄?慕 | 11101111101100001111001111100111001111111101100110110111 | efb0f3e73fd9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)