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 | 船滓謫 | 100100010100010010011111111001101110011010010011 | 91449fe6e693 |
EUC-JP | 船滓謫 | 110000011010010111011110111010001110101111110011 | c1a5dee8ebf3 |
UTF-8 | 船滓謫 | 111010001000100010111001111001101011101110010011111010001010110010101011 | e888b9e6bb93e8acab |
UHC | 船滓謫 | 111000001100111111101110101010111110111011100011 | e0cfeeabeee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)