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 | 剪?憶?俎 | 1001100110010010001111111000100110101111001111111001100011010111 | 99923f89af3f98d7 |
EUC-JP | 剪?憶?俎 | 1101000111110010001111111011001010110001001111111101000011011001 | d1f23fb2b13fd0d9 |
UTF-8 | 剪렫憶렞俎 | 111001011000100110101010111010111010000010101011111001101000011010110110111010111010000010011110111001001011111110001110 | e589aaeba0abe686b6eba09ee4bf8e |
UHC | 剪렫憶렞俎 | 11101110111100101000111010111001111001011110001110001110101011111111000010111011 | eef28eb9e5e38eaff0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)