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 | 陟肴刮遶タ | 11101000101000001000110111100110100110011000100111100111101010111000001101011110 | e8a08de69989e7ab835e |
EUC-JP | 陟肴刮遶タ | 11110000101000101011101011101000110100011110100111101110101011011010010110111111 | f0a2bae8d1e9eeada5bf |
UTF-8 | 陟肴刮遶タ | 111010011001100110011111111010001000001010110100111001011000100010101110111010011000000110110110111000111000001010111111 | e9999fe882b4e588aee981b6e382bf |
UHC | 陟肴刮?タ | 111101001011001111111101101000101100111010111110001111111010101110111111 | f4b3fda2cebe3fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)