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 | 湛丹端歎 | 1001001001011000100100100100111110010010010110111001001001010110 | 9258924f925b9256 |
EUC-JP | 湛丹端歎 | 1100001110111001110000111011000011000011101111001100001110110111 | c3b9c3b0c3bcc3b7 |
UTF-8 | 湛丹端歎 | 111001101011100110011011111001001011100010111001111001111010101110101111111001101010110110001110 | e6b99be4b8b9e7abafe6ad8e |
UHC | 湛丹端歎 | 1101001111000000110100111010000111010011101011101111011110100111 | d3c0d3a1d3aef7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)