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 | ѱç | 11010001101100011110011111000010 | d1b1e7c2 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ѱç | 1000111110101010110100001010000111011110100011111010101110101110100011111010101010100100 | 8faad0a1de8fabae8faaa4 |
UTF-8 | ѱç | 1100001110010001110000101011000111000011101001111100001110000010 | c391c2b1c3a7c382 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)