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 | 銓泌喚顆 | 1110011111110010100101001110010110001010101010111110100011110111 | e7f294e58aabe8f7 |
EUC-JP | 銓泌喚顆 | 1110111011110100110010001110011110110100101011011111000011111001 | eef4c8e7b4adf0f9 |
UTF-8 | 銓泌喚顆 | 111010011000101010010011111001101011001110001100111001011001011010011010111010011010000110000110 | e98a93e6b38ce5969ae9a186 |
UHC | 銓泌喚顆 | 1110111110110000111110011011001011111100101100001100111010101000 | efb0f9b2fcb0cea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)