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 | ??[???? | 00111111001111110101101100111111001111110011111100111111 | 3f3f5b3f3f3f3f |
SJIS-WIN | テ・[ツ篠可П | 11000011101001010101101111000010100011101100001010001001110000101000010001010000 | c3a55bc28ec289c28450 |
EUC-JP | テ・[ツ篠可П | 10001110110000111000111010100101010110111000111011000010101111001100010010110010110001001010011110110001 | 8ec38ea55b8ec2bcc4b2c4a7b1 |
UTF-8 | テ・[ツ篠可П | 111011111011111010000011111011111011110110100101010110111110111110111110100000101110011110101111101000001110010110001111101011111101000010011111 | efbe83efbda55befbe82e7afa0e58fafd09f |
UHC | ??[?篠可П | 00111111001111110101101100111111111000011100011011001010101001101010110010110001 | 3f3f5b3fe1c6caa6acb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)