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 | 篠質偲メ | 10001110110000101000111010111111100011101100001111010010 | 8ec28ebf8ec3d2 |
EUC-JP | 篠質偲メ | 1011110011000100101111001100000110111100110001011000111011010010 | bcc4bcc1bcc58ed2 |
UTF-8 | 篠質偲メ | 111001111010111110100000111010001011001110101010111001011000000110110010111011111011111010010010 | e7afa0e8b3aae581b2efbe92 |
UHC | 篠質?? | 111000011100011011110010111101010011111100111111 | e1c6f2f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)