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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謫取梼 | 111001101001001110001110111001101001001110001110 | e6938ee6938e |
EUC-JP | 謫取梼 | 111010111111001110111100111010001100010111101110 | ebf3bce8c5ee |
UTF-8 | 謫取梼 | 111010001010110010101011111001011000111110010110111001101010001010111100 | e8acabe58f96e6a2bc |
UHC | 謫取? | 1110111011100011111101101010001000111111 | eee3f6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)