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 | 郢庭ゥア蜒 | 1110011110111001100100101110101110101001101100011110010110000011 | e7b992eba9b1e583 |
EUC-JP | 郢庭ゥア蜒 | 11101110101110111100010011101101100011101010100110001110101100011110100111100011 | eebbc4ed8ea98eb1e9e3 |
UTF-8 | 郢庭ゥア蜒 | 111010011000001110100010111001011011101010101101111011111011110110101001111011111011110110110001111010001001110010010010 | e983a2e5baadefbda9efbdb1e89c92 |
UHC | ?庭??? | 001111111110111111010100001111110011111100111111 | 3fefd43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)