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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ・テ可慊烹 | 110000111010010111000011100010011100001010011100110000101001011001000010 | c3a5c389c29cc29642 |
EUC-JP | テ・テ可慊烹 | 100011101100001110001110101001011000111011000011101100101100010011011000110001001100101110100011 | 8ec38ea58ec3b2c4d8c4cba3 |
UTF-8 | テ・テ可慊烹 | 111011111011111010000011111011111011110110100101111011111011111010000011111001011000111110101111111001101000010110001010111001111000001110111001 | efbe83efbda5efbe83e58fafe6858ae783b9 |
UHC | ???可慊烹 | 001111110011111100111111110010101010011011001100110000111111100010110010 | 3f3f3fcaa6ccc3f8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)