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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ湘凖」テ | 11000011100011111100001110011001110000111010001111000011 | c38fc399c3a3c3 |
EUC-JP | テ湘凖」テ | 10001110110000111011111011000101110100101100010110001110101000111000111011000011 | 8ec3bec5d2c58ea38ec3 |
UTF-8 | テ湘凖」テ | 111011111011111010000011111001101011100110011000111001011000011110010110111011111011110110100011111011111011111010000011 | efbe83e6b998e58796efbda3efbe83 |
UHC | ?湘??? | 001111111101111111001111001111110011111100111111 | 3fdfcf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)