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 | ×Ý×× | 11010111110111011101011111010111 | d7ddd7d7 |
SJIS-WIN | ×?×× | 10000001011111100011111110000001011111101000000101111110 | 817e3f817e817e |
EUC-JP | ×Ý×× | 101000011101111110001111101010101111001010100001110111111010000111011111 | a1df8faaf2a1dfa1df |
UTF-8 | ×Ý×× | 1100001110010111110000111001110111000011100101111100001110010111 | c397c39dc397c397 |
UHC | ×?×× | 10100001101111110011111110100001101111111010000110111111 | a1bf3fa1bfa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)