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 | ú´®ú´§ | 111110101011010010101110111110101011010010100111 | fab4aefab4a7 |
SJIS-WIN | ?´??´§ | 001111111000000101001100001111110011111110000001010011001000000110011000 | 3f814c3f3f814c8198 |
EUC-JP | ú´®ú´§ | 100011111010101111100010101000011010110110001111101000101110111010001111101010111110001010100001101011011010000111111000 | 8fabe2a1ad8fa2ee8fabe2a1ada1f8 |
UTF-8 | ú´®ú´§ | 110000111011101011000010101101001100001010101110110000111011101011000010101101001100001010100111 | c3bac2b4c2aec3bac2b4c2a7 |
UHC | ?´®?´§ | 00111111101000101010010110100010111001110011111110100010101001011010000111010111 | 3fa2a5a2e73fa2a5a1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)