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 | ??D??Q~ | 00111111001111110100010000111111001111110101000101111110 | 3f3f443f3f517e |
SJIS-WIN | 偲悉D篠失Q~ | 1000111011000011100011101011101101000100100011101100001010001110101110000101000101111110 | 8ec38ebb448ec28eb8517e |
EUC-JP | 偲悉D篠失Q~ | 1011110011000101101111001011110101000100101111001100010010111100101110100101000101111110 | bcc5bcbd44bcc4bcba517e |
UTF-8 | 偲悉D篠失Q~ | 111001011000000110110010111001101000001010001001010001001110011110101111101000001110010110100100101100010101000101111110 | e581b2e6828944e7afa0e5a4b1517e |
UHC | ?悉D篠失Q~ | 00111111111000111111101001000100111000011100011011100011111101110101000101111110 | 3fe3fa44e1c6e3f7517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)