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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羈lЖ | 111000111011000110000010100011001000010001000111 | e3b1828c8447 |
EUC-JP | 羈lЖ | 111001101011001110100011111011001010011110101000 | e6b3a3eca7a8 |
UTF-8 | 羈lЖ | 1110011110111110100010001110111110111101100011001101000010010110 | e7be88efbd8cd096 |
UHC | 羈lЖ | 110100011011110010100011111011001010110010101000 | d1bca3ecaca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)