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 | 晶エ治 | 10001111101110111111100111101000101101001000111010100001 | 8fbbf9e8b48ea1 |
EUC-JP | 晶?エ治 | 10111110101111010011111110001110101101001011110010100011 | bebd3f8eb4bca3 |
UTF-8 | 晶エ治 | 111001101001100110110110111011101001110110000011111011111011110110110100111001101011001010111011 | e699b6ee9d83efbdb4e6b2bb |
UHC | 晶??治 | 111011111101110000111111001111111111011010111101 | efdc3f3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)