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 | 11100011100011001000000111100101100010111011100101000010 | e38c81e58bb942 |
EUC-JP | 繻∝胸B | 11100101111011001010001011100111101101101011101101000010 | e5eca2e7b6bb42 |
UTF-8 | 繻∝胸B | 11100111101110011011101111100010100010001001110111101000100000111011100001000010 | e7b9bbe2889de883b842 |
UHC | ?∝胸B | 001111111010000111110000111111011101100001000010 | 3fa1f0fdd842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)