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 | ѱrB | 11010001101100010111001001000010 | d1b17242 |
SJIS-WIN | ?±rB | 0011111110000001011111010111001001000010 | 3f817d7242 |
EUC-JP | ѱrB | 10001111101010101101000010100001110111100111001001000010 | 8faad0a1de7242 |
UTF-8 | ѱrB | 110000111001000111000010101100010111001001000010 | c391c2b17242 |
UHC | ?±rB | 0011111110100001101111100111001001000010 | 3fa1be7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)