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 | 銓泌捷豢 | 1110011111110010100101001110010110001111101101111110011010110100 | e7f294e58fb7e6b4 |
EUC-JP | 銓泌捷豢 | 1110111011110100110010001110011110111110101110011110110010110110 | eef4c8e7beb9ecb6 |
UTF-8 | 銓泌捷豢 | 111010011000101010010011111001101011001110001100111001101000110110110111111010001011000110100010 | e98a93e6b38ce68db7e8b1a2 |
UHC | 銓泌捷? | 11101111101100001111100110110010111101001101111100111111 | efb0f9b2f4df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)