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 | ?????uB | 00111111001111110011111100111111001111110111010101000010 | 3f3f3f3f3f7542 |
SJIS-WIN | 篠ヘー偲治uB | 10001110110000101100110110110000100011101100001110001110101000010111010101000010 | 8ec2cdb08ec38ea17542 |
EUC-JP | 篠ヘー偲治uB | 101111001100010010001110110011011000111010110000101111001100010110111100101000110111010101000010 | bcc48ecd8eb0bcc5bca37542 |
UTF-8 | 篠ヘー偲治uB | 1110011110101111101000001110111110111110100011011110111110111101101100001110010110000001101100101110011010110010101110110111010101000010 | e7afa0efbe8defbdb0e581b2e6b2bb7542 |
UHC | 篠???治uB | 111000011100011000111111001111110011111111110110101111010111010101000010 | e1c63f3f3ff6bd7542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)