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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銓泌喚 | 111001111111001010010100111001011000101010101011 | e7f294e58aab |
EUC-JP | 銓泌喚 | 111011101111010011001000111001111011010010101101 | eef4c8e7b4ad |
UTF-8 | 銓泌喚 | 111010011000101010010011111001101011001110001100111001011001011010011010 | e98a93e6b38ce5969a |
UHC | 銓泌喚 | 111011111011000011111001101100101111110010110000 | efb0f9b2fcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)