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?? | 0011111100111111010001000011111100111111 | 3f3f443f3f |
SJIS-WIN | 偲悉D篠痔 | 100011101100001110001110101110110100010010001110110000101000111010100100 | 8ec38ebb448ec28ea4 |
EUC-JP | 偲悉D篠痔 | 101111001100010110111100101111010100010010111100110001001011110010100110 | bcc5bcbd44bcc4bca6 |
UTF-8 | 偲悉D篠痔 | 11100101100000011011001011100110100000101000100101000100111001111010111110100000111001111001011110010100 | e581b2e6828944e7afa0e79794 |
UHC | ?悉D篠痔 | 0011111111100011111110100100010011100001110001101111011011000000 | 3fe3fa44e1c6f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)