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 | 脱促足谷続 | 10010010010001011001000110100011100100011010101110010010010010101001000110110001 | 924591a391ab924a91b1 |
EUC-JP | 脱促足谷続 | 11000011101001101100001010100101110000101010110111000011101010111100001010110011 | c3a6c2a5c2adc3abc2b3 |
UTF-8 | 脱促足谷続 | 111010001000010010110001111001001011111110000011111010001011011010110011111010001011000010110111111001111011011010011010 | e884b1e4bf83e8b6b3e8b0b7e7b69a |
UHC | ?促足谷? | 0011111111110101101101011111000011101011110011011101101100111111 | 3ff5b5f0ebcddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)