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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 荏瀧憐B | 10001001011000001001000111101011100101111111011101000010 | 896091eb97f742 |
EUC-JP | 荏瀧憐B | 10110001110000011100001011101101110011101111100101000010 | b1c1c2edcef942 |
UTF-8 | 荏瀧憐B | 11101000100011011000111111100111100000001010011111100110100001101001000001000010 | e88d8fe780a7e6869042 |
UHC | 荏瀧憐B | 11101100111110111101011011101001110101011111101101000010 | ecfbd6e9d5fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)