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 | z±mIoBF | 10001111011110101001110010110001100111000110110101001001011011110100001001000110 | 8f7a9cb19c6d496f4246 |
SJIS-WIN | ?z?±?mIoBF | 0011111101111010001111111000000101111101001111110110110101001001011011110100001001000110 | 3f7a3f817d3f6d496f4246 |
EUC-JP | ?z?±?mIoBF | 0011111101111010001111111010000111011110001111110110110101001001011011110100001001000110 | 3f7a3fa1de3f6d496f4246 |
UTF-8 | z±mIoBF | 1100001010001111011110101100001010011100110000101011000111000010100111000110110101001001011011110100001001000110 | c28f7ac29cc2b1c29c6d496f4246 |
UHC | ?z?±?mIoBF | 0011111101111010001111111010000110111110001111110110110101001001011011110100001001000110 | 3f7a3fa1be3f6d496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)