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 | 銓墓「ァ郢 | 1110011111110010100101011110011010100010101001111110011110111001 | e7f295e6a2a7e7b9 |
EUC-JP | 銓墓「ァ郢 | 11101110111101001100101011101000100011101010001010001110101001111110111010111011 | eef4cae88ea28ea7eebb |
UTF-8 | 銓墓「ァ郢 | 111010011000101010010011111001011010001010010011111011111011110110100010111011111011110110100111111010011000001110100010 | e98a93e5a293efbda2efbda7e983a2 |
UHC | 銓墓??? | 11101111101100001101100111010111001111110011111100111111 | efb0d9d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)