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 | 10001100111101001001000111101011100101111111011101000010 | 8cf491eb97f742 |
EUC-JP | 倖瀧憐B | 10111000111101101100001011101101110011101111100101000010 | b8f6c2edcef942 |
UTF-8 | 倖瀧憐B | 11100101100000001001011011100111100000001010011111100110100001101001000001000010 | e58096e780a7e6869042 |
UHC | 倖瀧憐B | 11111010101110001101011011101001110101011111101101000010 | fab8d6e9d5fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)