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 | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
SJIS-WIN | ツ淌ァテ。e | 11000010100111111100001110100111110000111010000101100101 | c29fc3a7c3a165 |
EUC-JP | ツ淌ァテ。e | 1000111011000010110111101100010110001110101001111000111011000011100011101010000101100101 | 8ec2dec58ea78ec38ea165 |
UTF-8 | ツ淌ァテ。e | 11101111101111101000001011100110101101111000110011101111101111011010011111101111101111101000001111101111101111011010000101100101 | efbe82e6b78cefbda7efbe83efbda165 |
UHC | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)