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 | 踟弟梓 | 111001101111011110010010111011011000100010110010 | e6f792ed88b2 |
EUC-JP | 踟弟梓 | 111011001111100111000100111011111011000010110100 | ecf9c4efb0b4 |
UTF-8 | 踟弟梓 | 111010001011100010011111111001011011110010011111111001101010001010010011 | e8b89fe5bc9fe6a293 |
UHC | ?弟梓 | 0011111111110000101010011110111010101001 | 3ff0a9eea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)