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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辣ァ邱包セ | 1110011110000101101001111110011110110111100101011110111110111110 | e785a7e7b795efbe |
EUC-JP | 辣ァ邱包セ | 11101101111001011000111010100111111011101011100111001010111100011000111010111110 | ede58ea7eeb9caf18ebe |
UTF-8 | 辣ァ邱包セ | 111010001011111010100011111011111011110110100111111010011000001010110001111001011000110010000101111011111011110110111110 | e8bea3efbda7e982b1e58c85efbdbe |
UHC | 辣?邱包? | 1101010110111000001111111100111111001000111110001101000000111111 | d5b83fcfc8f8d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)