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 | ú´±ú¶ | 1111101010110100101100011111101010110110 | fab4b1fab6 |
SJIS-WIN | ?´±?¶ | 0011111110000001010011001000000101111101001111111000000111110111 | 3f814c817d3f81f7 |
EUC-JP | ú´±ú¶ | 100011111010101111100010101000011010110110100001110111101000111110101011111000101010001011111001 | 8fabe2a1ada1de8fabe2a2f9 |
UTF-8 | ú´±ú¶ | 11000011101110101100001010110100110000101011000111000011101110101100001010110110 | c3bac2b4c2b1c3bac2b6 |
UHC | ?´±?¶ | 0011111110100010101001011010000110111110001111111010001011010010 | 3fa2a5a1be3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)