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 | 錏溷臆跛 | 1110011111111001100111111110010110001001101100001110011011101010 | e7f99fe589b0e6ea |
EUC-JP | 錏溷臆跛 | 1110111011111011110111101110011110110010101100101110110011101100 | eefbdee7b2b2ecec |
UTF-8 | 錏溷臆跛 | 111010011000110010001111111001101011101010110111111010001000011110000110111010001011011110011011 | e98c8fe6bab7e88786e8b79b |
UHC | ??臆跛 | 001111110011111111100101111001101111011111110101 | 3f3fe5e6f7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)